@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");

::-webkit-input-placeholder {
  font-family: inherit;
  line-height: initial;
  color: rgba(255, 255, 255, 0.2);
}

::-ms-input-placeholder {
  font-family: inherit;
  line-height: initial;
  color: rgba(255, 255, 255, 0.2);
}

::-moz-placeholder {
  font-family: inherit;
  line-height: initial;
  color: rgba(255, 255, 255, 0.2);
}

:-moz-placeholder {
  font-family: inherit;
  line-height: initial;
  color: rgba(255, 255, 255, 0.2);
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

ul,
ol,
li,
html,
body {}

ul,
ol,
li,
html,
body {
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

.marginauto {
  margin: 0px auto;
}

.uppercase {
  text-transform: uppercase;
}

.table-layout-fixed {
  table-layout: fixed;
}

.display-none {
  display: none;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-table-cell {
  display: table-cell;
}

.show-tablet,
.show-smartphone {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center !important;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-initial {
  position: initial;
}

.hide-tablet {
  display: inherit;
}

.hide-smartphone {
  display: inherit;
}

.width-auto {
  width: auto !important;
}

.overflowoff {
  overflow-x: hidden;
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

*,
*:after,
*:before {
  outline: none;
}

*:focus {
  outline: 0;
}

html {
  line-height: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  max-width: 100%;
}

ul,
ol,
li {
  display: block;
  list-style: none;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}



img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.row {
  width: 100%;
  margin-top: -95px;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0px auto;
}

.wrapper.small {
  max-width: 900px;
}

.tablerow {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 999;
}

[class*=col-] {
  float: left;
  min-height: 1px;
}

[class*=tablecol-] {
  float: none;
  display: table-cell;
  height: 100%;
}

.col-1 {
  width: 8.3333333333%;
}

.tablecol-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.tablecol-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.tablecol-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.tablecol-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.tablecol-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.tablecol-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.tablecol-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.tablecol-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.tablecol-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.tablecol-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.tablecol-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.tablecol-12 {
  width: 100%;
}

@media (min-width: 769px) {
  .padding-default {
    padding: 30px;
  }

  .padding-default-top {
    padding-top: 30px;
  }

  .padding-default-bottom {
    padding-bottom: 30px;
  }

  .padding-default-left {
    padding-left: 30px;
  }

  .padding-default-right {
    padding-right: 30px;
  }

  .padding-small {
    padding: 20px;
  }

  .padding-small-top {
    padding-top: 20px;
  }

  .padding-small-bottom {
    padding-bottom: 20px;
  }

  .padding-small-left {
    padding-left: 20px;
  }

  .padding-small-right {
    padding-right: 20px;
  }

  .padding-supersmall {
    padding: 10px;
  }

  .padding-supersmall-top {
    padding-top: 10px;
  }

  .padding-supersmall-bottom {
    padding-bottom: 10px;
  }

  .padding-supersmall-left {
    padding-left: 10px;
  }

  .padding-supersmall-right {
    padding-right: 10px;
  }

  .margin-default {
    margin: 30px;
  }

  .margin-default-top {
    margin-top: 30px;
  }

  .margin-default-bottom {
    margin-bottom: 30px;
  }

  .margin-default-left {
    margin-left: 30px;
  }

  .margin-default-right {
    margin-right: 30px;
  }

  .margin-small {
    margin: 20px;
  }

  .margin-small-top {
    margin-top: 20px;
  }

  .margin-small-bottom {
    margin-bottom: 20px;
  }

  .margin-small-left {
    margin-left: 20px;
  }

  .margin-small-right {
    margin-right: 20px;
  }

  .margin-supersmall {
    margin: 10px;
  }

  .margin-supersmall-top {
    margin-top: 10px;
  }

  .margin-supersmall-bottom {
    margin-bottom: 10px;
  }

  .margin-supersmall-left {
    margin-left: 10px;
  }

  .margin-supersmall-right {
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }

  .hide-smartphone {
    display: inherit;
  }

  .show-tablet {
    display: block;
  }

  .show-smartphone {
    display: none;
  }
}

@media (max-width: 768px) {

  .col-1,
  .tablecol-1 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-2,
  .tablecol-2 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-3,
  .tablecol-3 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-4,
  .tablecol-4 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-5,
  .tablecol-5 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-6,
  .tablecol-6 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-7,
  .tablecol-7 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-8,
  .tablecol-8 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-9,
  .tablecol-9 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-10,
  .tablecol-10 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-11,
  .tablecol-11 {
    width: 100%;
    display: block;
    float: none;
  }

  .col-12,
  .tablecol-12 {
    width: 100%;
    display: block;
    float: none;
  }

  .tablerow {
    display: block;
    padding: 0 25px;
  }

  .hide-tablet {
    display: none !important;
  }

  .hide-smartphone {
    display: none !important;
  }

  .show-smartphone {
    display: inherit;
  }

  .text-left,
  .text-right,
  .text-center {
    text-align: center;
  }
}

@font-face {
  font-family: Angelus;
  src: url("../fonts/Angelus.ttf");
  font-weight: normal;
}

body {
  overflow: hidden;
  width: 1024px;
  height: 504px;
  margin: 0px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font: 14px "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  background: #1d1f1a;
  color: #f5f3f3;
}

header {
  background: #050A0D;
  position: fixed;
  top: 0;
  left: 0;
  width: 1024px;
  height: 1px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  z-index: 999;
}

header>div {
  align-items: center;
  display: inline-flex;
}

header .logo {
  margin-right: 15px;
  width: 130px;
}

header .logo img {
  display: block;
}

header nav span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #F5F3F3;
  margin-left: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  height: 70px;
  position: relative;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}

header nav span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #E4C571;
  position: absolute;
  display: none;
  top: 100%;
  left: calc(50% - 5px);
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}

header nav span.active {
  color: #E4C571;
  border-color: #E4C571;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}

header nav span.active:after {
  display: block;
}

@media not all and (pointer: coarse) {
  header nav span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  header nav span:hover {
    cursor: pointer;
    color: #E4C571;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
  }
}

header .social a {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #050A0D;
  margin: 0 0 0 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}

header .social a svg {
  width: 14px;
  fill: #F5F3F3;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: fill 0.25s ease 0s;
  -moz-transition: fill 0.25s ease 0s;
  -o-transition: fill 0.25s ease 0s;
  transition: fill 0.25s ease 0s;
}

header .social a:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 1px solid #050A0D;
  -webkit-transition: border-color 0.25s ease 0s;
  -moz-transition: border-color 0.25s ease 0s;
  -o-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
}

@media not all and (pointer: coarse) {
  header .social a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  header .social a:hover {
    background: #E4C571;
    -webkit-transition: background 0.25s ease 0s;
    -moz-transition: background 0.25s ease 0s;
    -o-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s;
  }

  header .social a:hover svg {
    fill: #050A0D;
    -webkit-transition: fill 0.25s ease 0s;
    -moz-transition: fill 0.25s ease 0s;
    -o-transition: fill 0.25s ease 0s;
    transition: fill 0.25s ease 0s;
  }

  header .social a:hover:after {
    border-color: #E4C571;
    -webkit-transition: border-color 0.25s ease 0s;
    -moz-transition: border-color 0.25s ease 0s;
    -o-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
  }
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 1024px;
  height: 504px;
  justify-content: center;
  align-items: center;
  background: #1d1f1a;
  z-index: 998;
}

.loader img {
  display: block;
  width: 90%;
  max-width: 250px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 450px;
  margin: 30px auto;
}

.section-header h2 {
  font: 14px "Angelus", serif;
  letter-spacing: 0.5px;
  font-size: 28px;
  margin: 16px 0 10px 0;
  text-transform: uppercase;
}

.section-header p {
  text-align: center;
  max-width: 550px;
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.5);
}

#loadpages {
  overflow: hidden;
}

#home {
  background: transparent url("../img/bg_home.png") top center no-repeat;
  background-size: 100%;
  display: flex;
  height: 556px;
  justify-content: space-between;
  align-items: center;
}


#home>div {
  padding: 0 40px;
}

#home .title {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

#home .title strong {
  white-space: nowrap;
  font: 14px "Angelus", serif;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(245, 243, 243, 0.25);
}

#home .title span {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 1px;
  background: rgba(245, 243, 243, 0.25);
}

#home .title span:before,
#home .title span:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  background: rgba(245, 243, 243, 0.25);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#home .title span:before {
  left: 100%;
}

#home .title span:after {
  right: 100%;
}

#home .news h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 12px 0;
}

#home .news .news-content {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  height: 90px;
  margin-bottom: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  color: rgba(245, 243, 243, 0.51);
}

#home .news .news-date {
  display: inline-block;
  font-weight: 400;
  background: #1d1f1a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  border-color: rgba(245, 243, 243, 0.05);
  color: rgba(245, 243, 243, 0.5);
}

#home .news .news-date span {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 15px;
  border-right: 1px solid transparent;
  border-color: rgba(245, 243, 243, 0.05);
}

#home .news .news-date span:last-child {
  border: none;
}

#home .quickaccess {
  margin-top: 35px;
  display: none;
}

#home .quickaccess .quickaccess-links {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#home .quickaccess .quickaccess-links a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #F5F3F3;
  background: url("../img/bg_quickaccess.png") center no-repeat;
  background-size: cover;
  width: calc(50% - 10px);
  height: 70px;
  line-height: 18px;
  text-decoration: none;
  border: 1px solid transparent;
  border-color: rgba(245, 243, 243, 0.1);
}

#home .quickaccess .quickaccess-links a i {
  width: 60px;
  height: 57px;
  padding-top: 10px;
  margin-left: 15px;
  text-align: center;
  background: url("../img/ic_quick_frame.svg") center no-repeat;
}

#home .quickaccess .quickaccess-links a strong {
  margin: 0 15px;
}

#home .offers .offers-products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#home .offers .offers-products>div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  height: 360px;
  background-color: rgba(29, 31, 26, 0.72);
  background-size: 100%;
  width: calc(50% - 12px);
  border: 1px solid transparent;
  border-color: rgba(245, 243, 243, 0.1);
}

#home .offers .offers-products>div img {
  margin-top: 80px;
}

#home .offers .offers-products>div strong {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 15px 0;
  max-width: 150px;
}

#home .offers .offers-products>div span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #72745f;
  background: rgba(245, 243, 243, 0.05);
}

#newbeginning {
  background: #1d1f1a url("../img/bg_beginning.png") top center no-repeat;
  background-size: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  height: 556px;
  justify-content: flex-start;
  align-items: center;
}

#newbeginning .videothumb {
  width: 450px;
  position: relative;
  margin: 0px auto;
}

#newbeginning .videothumb:before {
  content: url("../img/img_promo_frame_top.svg");
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#newbeginning .videothumb:after {
  content: url("../img/img_promo_frame_bottom.svg");
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#newbeginning .videothumb .play {
  width: 74px;
  height: 68px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 37px);
  background: url("../img/img_frames_circle.svg") center no-repeat;
  z-index: 1;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#newbeginning .videothumb .play svg {
  margin-top: 26px;
  margin-left: 29px;
  fill: #E4C571;
  -webkit-transition: fill 0.25s ease 0s;
  -moz-transition: fill 0.25s ease 0s;
  -o-transition: fill 0.25s ease 0s;
  transition: fill 0.25s ease 0s;
}

@media not all and (pointer: coarse) {
  #newbeginning .videothumb .play {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #newbeginning .videothumb .play:hover {
    cursor: pointer;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }

  #newbeginning .videothumb .play:hover svg {
    fill: #F5F3F3;
    -webkit-transition: fill 0.25s ease 0s;
    -moz-transition: fill 0.25s ease 0s;
    -o-transition: fill 0.25s ease 0s;
    transition: fill 0.25s ease 0s;
  }
}

#newbeginning .videothumb .text {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.5px;
}

#newbeginning .videothumb .text span {
  font: 14px "Angelus", serif;
  font-size: 21px;
  color: #F5F3F3;
}

#newbeginning .videothumb .text small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

#newbeginning .videothumb img {
  display: block;
  z-index: 0;
  width: 100%;
}

#newbeginning .images-bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#newbeginning .images-bg .char {
  position: absolute;
  z-index: 1;
}

#newbeginning .images-bg .char.left1 {
  top: 120px;
  width: 360px;
  right: calc(50% + 250px);
}

#newbeginning .images-bg .char.right1 {
  top: 90px;
  width: 470px;
  left: calc(50% + 250px);
}

#videos {
  background: #1d1f1a url("../img/bg_videos.png") top center no-repeat;
  background-size: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  height: 556px;
  justify-content: flex-start;
  align-items: center;
}

#videos .videos {
  max-width: 820px;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 0;
}

#videos .videos>div:first-child {
  width: 70%;
  padding: 0 20px;
}

#videos .videos>div:last-child {
  width: 30%;
}

#videos .videos>div .section-video {
  position: relative;
  background: #050A0D;
  border: 1px solid #776840;
  width: 100%;
  margin-bottom: 20px;
}

#videos .videos>div .section-video:after,
#videos .videos>div .section-video:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#videos .videos>div .section-video:before {
  right: 100%;
  border-right: 6px solid #776840;
}

#videos .videos>div .section-video:after {
  left: 100%;
  border-left: 6px solid #776840;
}

#videos .videos>div .section-video .fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #1d1f1a;
  background: linear-gradient(6deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#videos .videos>div .section-video .thumb {
  width: 100%;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

#videos .videos>div .section-video .play {
  width: 74px;
  height: 68px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 37px);
  background: url("../img/img_frames_circle.svg") center no-repeat;
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#videos .videos>div .section-video .play svg {
  margin-top: 26px;
  margin-left: 29px;
  fill: #E4C571;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media not all and (pointer: coarse) {
  #videos .videos>div .section-video .play {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #videos .videos>div .section-video .play:hover {
    cursor: pointer;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
}

#videos .videos>div .section-video .text {
  padding: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.5px;
  z-index: 3;
}

#videos .videos>div .section-video .text span {
  font: 14px "Angelus", serif;
  font-size: 14px;
  color: #F5F3F3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#videos .videos>div .section-video .text small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=style.css.map */



/** /
.news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.news>div {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  background-color: rgba(45, 46, 44, 0.7);
  padding: 16px;
  border-radius: 8px;
}

.news-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  word-break: break-word; 
  overflow-wrap: anywhere;
}

.news-content a{
  color: #FFF;
}

.news-title{
  font-size: 22px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*/
.news {
  font-size: 0;
  text-align: justify;
  margin: 0 -10px;
}

.news>div {
  display: inline-block;
  width: 31.25%;
  margin: 0 10px;
  font-size: 14px;
  background-color: #2D2E2C;
  background-color: rgba(45, 46, 44, 0.7);
  padding: 16px;
  box-sizing: border-box;
  vertical-align: top;
}


.news>div:nth-child(3n) {
  margin-right: 0;
}

.news-title {
  font-size: 22px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #dfdfdf;
}

.news-title a {
  color: #cbcbcb;
  text-decoration: none;
}

.news-content {
  overflow: hidden;
  height: 4.5em;
  line-height: 1.5em;
  word-break: break-all;
  position: relative;
}

.news-content a {
  color: #FFF;
  text-decoration: underline;
}

.news-date {
  margin-top: 10px;
  color: #aaa;
  font-size: 12px;
}

#home .news .news-content {
  height: 254px;
}

#home .row {
  padding-top: 25px;
}
#home .news .news-content p{
  margin: 0;
  padding: 10px 0;
  line-height: 16.3px;
}
/**/