
.ct-section {
  font-size: 18px;
}

.ct-section:not(.hero) {
  margin: 40px 0 80px;
}

.ct-section .holder .img {
  margin-bottom: 32px;
}

.ct-section .holder .img img {
  margin: 0 auto;
}

.ct-section:not(.hero) h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ct-section:not(.hero) h2.midi {
  font-size: 24px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}

.ct-section:not(.hero) h2:not(:first-child) {
  margin-top: 16px;
}

.ct-section:not(.exposed) .container + .container {
  margin-top: 64px;
}

.ct-section .container > h3,
.ct-section .container .content > h3 {
  color: #647390;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.ct-section .container > h3,
.ct-section .container > .content > h3 {
  font-size: 18px;
}

.ct-section .container .holder .content > h2 + h3 {
  margin-bottom: 24px;
}

.ct-section .container .holder .content > h4 {
  margin: 24px 0 16px;
}

.ct-section .container .content > .desc {
  color: #212f52;
  font-weight: 200;
  line-height: 1.56;
}

.ct-section .container .content > .desc:not(:last-child) {
  margin-bottom: 24px;
}

.ct-section .container .content > .desc ul:not(:first-child) {
  margin-top: 16px;
}

.ct-section .container .content > .desc > .note {
  font-size: 14px;
}

.ct-section .container .content > a {
  font-weight: 500;
}

.ct-section .hlights {
  margin: 52px 0 0;
}

.ct-section .hlights .item > div {
  color: #212f52;
  text-align: center;
  padding: 24px;
  margin: 24px 0;
  background-color: #f7f9ff;
  border-radius: 8px;
}

.ct-section .hlights img {
  display: block;
  width: 40px;
  margin: 0 auto 12px;
}

.ct-section .hlights i[class^='cticon-'] {
  color: #154dd1;
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}

.ct-section:not(.hero) .cta {
  margin-top: 40px;
}

.ct-section:not(.hero) h2 + .cta {
  margin-top: 32px;
}

.ct-section .cta.more {
  font-weight: 500;
  margin: 24px 0;
}

.ct-section .ct-btn.wide {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.ct-section .cta .stores {
  display: flex;
  justify-content: center;
}

.ct-section .cta .stores:not(:first-child) {
  margin-top: 20px;
}

.ct-section .cta .stores a:first-child {
  margin-right: 24px;
}

.ct-section .cta .stores img {
  height: 40px;
}

.ct-section .cta > a:not(.ct-btn):hover {
  text-decoration: none;
}

.ct-section .cta > a:not(.ct-btn):hover span {
  text-decoration: underline;
}

.ct-section.carousel .items,
.ct-section .carousel .items {
  user-select: none;
}

.ct-section.carousel .controls,
.ct-section .carousel .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 24px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ct-section.carousel .controls .pages,
.ct-section .carousel .controls .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}

.ct-section.carousel .controls .pages span,
.ct-section .carousel .controls .pages span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-section.carousel .controls .pages span:before,
.ct-section .carousel .controls .pages span:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #154dd1;
  border-radius: 2px;
  opacity: 0.4;
  transition: width .15s linear, height .15s linear, opacity .15s linear;
}

.ct-section.carousel .controls .pages span.tns-nav-active:before,
.ct-section .carousel .controls .pages span.tns-nav-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  transform: rotate(45deg);
}

.ct-section.carousel .controls > img,
.ct-section .carousel .controls > img {
  cursor: pointer;
}

.ct-section.exposed {
  padding: 0 12px;
}

.ct-section.exposed .container {
  color: #fff;
  text-align: center;
  background-color: #154dd1;
  border-radius: 8px;
  padding: 40px 24px;
}

.ct-section.exposed h2 {
  color: #fff;
}

.ct-section.exposed h2:last-child {
  margin-bottom: 0;
}

.ct-section.exposed .container .content h3 {
  color: #fff;
  opacity: 0.64;
  margin: 0;
}

.ct-section.exposed .container .desc {
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
}

.ct-section.exposed .cta > a:not(.ct-btn) {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.ct-section.exposed .cta > a:not(.ct-btn):not(:last-child) {
  margin-bottom: 16px;
}

.ct-section.exposed:not(.light) .cta > a:not(.ct-btn) {
  color: #fff;
}

.ct-section.exposed .cta.more {
  padding-bottom: 0;
  margin-top: 16px;
}

.ct-section.exposed.green .container {
  background-color: #23cd94;
}

.ct-section.exposed.light {
  padding: 0;
  margin-bottom: 40px;
}

.ct-section.exposed.light .container {
  color: #080a0c;
  background-color: #eef3fd;
  border-radius: 0;
  padding-bottom: 80px;
}

.ct-section.exposed.light:last-child,
.ct-section.exposed.light:last-child .container {
  margin-bottom: 0;
}

.ct-section.exposed.light h2 {
  color: #080a0c;
}

.ct-section.exposed.light .container .content h3 {
  color: #647390;
  opacity: 1;
}

.ct-section.exposed.light .desc {
  color: #212f52;
}

.ct-section.categories .items {
  display: flex;
  flex-direction: column;
}

.ct-section.categories .items > div {
  display: flex;
  padding: 8px 0;
}

.ct-section.categories .items > div > * {
  color: #080a0c;
  font-weight: 500;
  height: 86px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f9ff;
  border-radius: 8px;
  flex: 1 1 auto;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .1s linear;
}

.ct-section.categories .items > div > a:hover {
  color: #fff;
  background-color: #154dd1;
}

.ct-section.panels .items {
  margin: 24px 0;
}

.ct-section.panels .item {
  padding: 12px 0;
}

.ct-section.panels .event .details {
  font-size: 16px;
  flex: 1 1 0%;
}

.ct-section.panels .event h4 {
  line-height: 1.17;
  overflow: hidden;
  margin-top: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ct-section.panels .event .datetime,
.ct-section.panels .event .languages,
.ct-section.panels .event .location {
  color: #647390;
}

.ct-section.panels .event .languages,
.ct-section.panels .event .location {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.ct-section.panels .event .languages {
  margin-top: 16px;
}

.ct-section.panels .event .languages i,
.ct-section.panels .event .location i {
  font-size: 18px;
  margin-right: 8px;
}

.ct-section.panels .event .speaker {
  color: #000;
  font-weight: 400;
  line-height: 1.38;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.ct-section.panels .event .speaker .img {
  display: flex;
  padding-right: 12px;
}

.ct-section.panels .event .speaker .img img {
  max-width: 40px;
  margin: 4px;
}

.ct-section.panels .cta {
  text-align: center;
  margin: 0;
}

.ct-section.exposed-platform .item {
  margin: 24px 0;
  display: flex;
}

.ct-section.exposed-platform .item > div {
  flex: 1 1 auto;
  padding: 24px;
  background-color: #f7f9ff;
  border-radius: 8px;
  position: relative;
}

.ct-section.exposed-platform .item > div::after {
  box-shadow: none;
}

.ct-section.exposed-platform .item h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 8px 0 4px;
}

.ct-section.exposed-platform .item h4 {
  color: #72809c;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.ct-section.exposed-platform .item .desc {
  color: #212f52;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.ct-section.exposed-platform .item .desc br {
  display: none;
}

.ct-section.exposed-platform .item .cta {
  margin-top: 32px;
}

.ct-section.exposed-platform .item .cta .ct-btn {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.ct-section.exposed-platform .item .more {
  padding-top: 24px;
  text-align: left;
}

.ct-section.exposed-platform .item .cta + .more {
  text-align: center;
}

.ct-section.exposed-platform .item .more a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}

.ct-section.exposed-platform .item .more a i {
  font-size: 16px;
  margin: 2px 0 0 2px;
}

.ct-section.exposed-platform .item .more a:hover {
  text-decoration: none;
}

.ct-section.exposed-platform .item .more a:hover span {
  text-decoration: underline;
}

.ct-section.exposed-platform .item .img {
  margin: 24px -24px -24px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.ct-section.exposed-platform .item .img img {
  width: 740px;
  max-width: 150%;
  transform: translate(30%, 16px);
}

.ct-section.exposed.split {
  background-color: #eef3fd;
}

.ct-section.exposed.split .img img {
  width: 100%; 
  height: 736px;
  object-fit: cover;
}

.ct-section.exposed.split .info > div {
  padding: 40px 24px 80px;
}

.ct-section.exposed.split .info h3 {
  color: #647390;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.ct-section.exposed.split .info h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
}

.ct-section.exposed.split .info li {
  margin-top: 40px;
}

.ct-section.exposed.split .info .ct-list.numbers li > span:first-child {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #23cd94;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 20px;
  margin: 4px 18px 0 0;
}

.ct-section.exposed.split .info li > div {
  font-size: 18px;
  line-height: 1.56;
}

.ct-section.exposed.split .info li .note {
  font-size: 14px;
  margin-top: 24px;
}

.ct-section.exposed.split .info .cta .ct-btn {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.ct-section.exposed.split .info p {
  line-height: 1.56;
  margin-top: 32px;
}


@media screen and (min-width: 769px) {  
  
  .ct-section .hlights {
    display: flex;
    flex-wrap: wrap;
    margin: 66px -12px 0;
  }
  
  .ct-section .hlights .item {
    padding: 0 12px;
    flex: 0 0 50%;
    display: flex;
  }
  
  .ct-section .hlights .item > div {
    margin: 12px 0;
    flex: 1 1 auto;
  }
  
  .ct-section.exposed {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .ct-section.categories .items {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  
  .ct-section.categories .txt-center .items {
    justify-content: center;
  }

  .ct-section.categories .items > div {
    padding: 8px;
    flex: 0 0 50%;
  }

  .ct-section.categories .items.fill-width > div {
    flex-grow: 1;
    max-width: 33.33%;
  }
  
  .ct-section.panels {
    margin-bottom: 64px;
  }
  
  .ct-section.panels .items {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -16px;
  }
  
  .ct-section.panels .desc ~ .items {
    margin-top: 0;
  }
  
  .ct-section.panels .item {
    padding: 16px;
    flex: 0 0 50%;
    display: flex;
  }
  
  .ct-section.panels .item > div {
    flex: 1 1 auto;
  }
  
  .ct-section.exposed-platform .items {
    display: flex;
    margin: 0 -16px;
  }
  
  .ct-section.exposed-platform .item {
    padding: 0 16px;
    margin: 0;
    flex: 0 0 50%;
  }
  
  .ct-section.exposed-platform .item > div {
    display: flex;
    flex-direction: column;
  }
  
  .ct-section.exposed-platform .item > div.clickable:hover::after {
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.16);
  }
  
  .ct-section.exposed-platform .item .img {
    flex: 1 1 auto;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child {
    flex: 1 1 0%;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child > div {
    flex-direction: row;
    padding: 32px;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .holder {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child h3 {
    font-size: 40px;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .desc {
    flex: 0 0 auto;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .cta .ct-btn {
    margin-left: 0;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .cta + .more {
    text-align: left;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .img {
    flex-basis: 0%;
    margin: 0 -32px;
  }
  
}

@media screen and (min-width: 993px) {
  
  .ct-section .container > .holder {
    display: flex;
  }
  
  .ct-section .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ct-section .hlights .item {
    flex: 0 0 33.3%;
  }
  
  .ct-section .holder .img {
    display: flex;
    align-items: center;
    margin: 0 52px 0 0;
    flex: 0 0 45%;
  }
  
  .ct-section .holder .img.right {
    order: 2;
    margin: 0 0 0 48px;
  }
  
  .ct-section .holder .img.sm {
    flex-basis: 27%;
    margin-right: 80px;
  }
  
  .ct-section .holder .img.sm.right {
    margin: 0 0 0 80px;
  }
  
  .ct-section .holder .img img {
    margin-left: 0;
  }
  
  .ct-section .holder .img.right img {
    margin-left: auto;
    margin-right: 0;
  }
  
  .ct-section .holder .img + .content {
    text-align: left;
  }
  
  .ct-section:not(.hero) h2 + .cta {
    margin-top: 16px;
  }
  
  .ct-section .cta .stores img {
    height: 56px;
  }
  
  .ct-section.exposed {
    padding-left: 32px;
    padding-right: 32px;
  }
  
  .ct-section.exposed .container {
    max-width: 1200px;
    padding: 40px;
  }
  
  .ct-section.exposed .cta {
    padding-bottom: 0;
    margin-top: 32px;
  }
  
  .ct-section.exposed .cta > a:not(.ct-btn):not(:last-child) {
    margin-bottom: 32px;
  }
  
  .ct-section.exposed.light .container {
    max-width: none;
  }
  
  .ct-section.exposed.light .container > .holder {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ct-section.exposed.light .container .content {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ct-section.exposed.light .container > .holder > .content {
    max-width: unset;
    margin: 0;
  }
  
  .ct-section.categories .items {
    margin: 0 -20px -20px;
  }
  
  .ct-section.categories .items + .items {
    margin-top: 20px;
  }

  .ct-section.categories .items > div {
    padding: 20px;
    flex-basis: 33.33%;
  }
  
  .ct-section.categories .items.fill-width > div {
    max-width: unset;
  }
  
  .ct-section.panels .items:last-child {
    margin-bottom: 0;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child > div {
    padding-left: 90px;
    padding-right: 0;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .holder {
    flex: 0 1 auto;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child h3 {
    font-size: 48px;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .ctas {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .cta {
    margin: 0 32px 0 0;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .cta + .more {
    padding-top: 0;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child .img {
    margin: 32px 0 -32px;
  }
  
  .ct-section.exposed-platform .item .img img {
    max-width: 100%;
    transform: none;
  }
  
  .ct-section.exposed.split {
    display: flex;
  }
  
  .ct-section.exposed.split .img {
    flex: 0 0 50%;
  }
  
  .ct-section.exposed.split .img img {
    height: 100%;
  }
  
  .ct-section.exposed.split .info {
    flex: 0 0 50%;
  }
  
  .ct-section.exposed.split .info > div {
    max-width: 600px;
    padding: 40px 40px 80px;
  }
  
  .ct-section.exposed.split .info h3 {
    text-align: left;
  }
  
  .ct-section.exposed.split .info .cta {
    padding-left: 56px;
  }
  
  .ct-section.exposed.split .info .cta .ct-btn {
    margin-left: 0;
  }
  
}

@media screen and (min-width: 1281px) {
  
  .ct-section.categories .items > div {
    flex-basis: 25%;
  }
  
  .ct-section.panels .item {
    flex:  0 0 33.33%;
    display: flex;
  }
  
  .ct-section.panels .item > * {
    flex: 1 1 0%;
  }
  
  .ct-section .hlights .item {
    flex: 0 0 25%;
  }
  
  .ct-section.exposed-platform .items {
    margin: 0 -24px;
  }
  
  .ct-section.exposed-platform .item {
    padding: 0 24px;
  }
  
  .ct-section.exposed-platform .item > div {
    padding: 32px;
  }
  
  .ct-section.exposed-platform .item .desc br {
    display: inline;
  }
  
  .ct-section.exposed-platform .item:first-child:last-child > div {
    padding-left: 120px;
  }
  
  .ct-section.exposed.split .info > div {
    padding-left: 70px;
    padding-right: 0;
  }
  
}
