@charset "utf-8";
/* CSS Document */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
body {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  color: #353738
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1;
  margin: 0
}
h4, h5, h6 {
  font-weight: 400;
  line-height: 1;
  margin: 0
}
a:hover {
  text-decoration: none
}
.container-fluid {
  max-width: 1440px
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(359deg)
  }
}
@keyframes statusBlinkDraft {
  from {
    border-width: 2px;
    opacity: 1
  }
  to {
    border-width: 12px;
    left: -19%;
    opacity: 0
  }
}
@keyframes statusBlinkPublic {
  from {
    border-width: 2px;
    opacity: 1
  }
  to {
    border-width: 12px;
    left: -19%;
    opacity: 0
  }
}
.scroll-down {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(40, 42, 43, .2);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s ease-in-out;
  cursor: pointer
}
.scroll-down:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTQuNzQgMTBIMjF2Mkg0Ljc0MUwxMSAxNy41NzcgOS45NzggMTkgMSAxMWw4Ljk3OC04TDExIDQuNDIzIDQuNzQgMTB6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0zKSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyMnYyMkgweiIvPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz4KICAgICAgICA8ZyBmaWxsPSIjZmZmIiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAgMGgyMnYyMkgweiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) center center/16px 16px no-repeat;
  transform: rotate(-90deg)
}
.scroll-down:hover {
  background-color: rgba(40, 42, 43, .35);
  bottom: 25px
}
.scroll-down.hidden {
  display: none
}
@keyframes notifBlink {
  from {
    border-width: 2px;
    top: 0;
    right: 0;
    opacity: 1
  }
  to {
    border-width: 12px;
    top: -6px;
    right: -6px;
    opacity: 0
  }
}
@media (min-width:768px) {
  .scroll-down {
    width: 48px;
    height: 48px
  }
  .scroll-down:before {
    width: 48px;
    height: 48px;
    background-size: 20px 20px
  }
}
@media (min-width:992px) {
  .scroll-down, .scroll-down:before {
    width: 48px;
    height: 48px
  }
}
.modal-body {
  padding: 0 30px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}
.modal-body h4 {
  font-size: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin-bottom: 10px
}
.modal-body p {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  color: #6b797f;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px
}
.modal-body p b {
  font-weight: 600
}
.modal-body p small {
  font-size: 12px;
  color: #778390;
  padding-top: 5px
}
@keyframes sliding-up {
  0% {
    opacity: 0;
    transform: translateY(40px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.background-update {
  text-align: center;
  min-height: 390px
}
.cv-upload .dragandrop-upload .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  text-overflow: initial
}
.input-group:not(.placeholder) .matin:disabled ~ .matla, .input-group:not(.placeholder) .matin:focus ~ .matla, .input-group:not(.placeholder) .matin:valid ~ .matla {
  top: -16px;
  font-size: 12px
}
@keyframes highlighter {
  from {
    background: #fff
  }
  to {
    width: 0;
    background: 0 0
  }
}
@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}
.mockup--mobile {
  position: relative;
  background: #fff;
  padding: 55px 20px;
  box-shadow: 0 2px 20px 2px rgba(12, 44, 76, .08);
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  max-width: 85%
}
.mockup--mobile:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #edf0f2;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 52px
}
.mockup--mobile:after {
  content: '';
  width: 40px;
  height: 8px;
  background: #edf0f2;
  border-radius: 3px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%)
}
.mockup--mobile .mockup-image {
  padding-top: 177.77778%;
  position: relative;
  width: 260px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: #fff
}
.mockup--mobile .mockup-image:hover {
  overflow-y: scroll
}
.mockup--mobile .mockup-image::-webkit-scrollbar {
  width: 0;
  background: rgba(0, 0, 0, 0)
}
.mockup--mobile .mockup-image::-webkit-scrollbar-track {
  background: rgba(237, 241, 241, .2)
}
.mockup--mobile .mockup-image::-webkit-scrollbar-thumb {
  background: rgba(126, 137, 163, .4)
}
.mockup--mobile .mockup-image::-webkit-scrollbar-thumb:hover {
  background: rgba(126, 137, 163, .7)
}
.mockup--mobile .mockup-image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
  border-radius: 3px
}
.mockup--desktop {
  text-align: center;
  margin: 0 30px
}
.mockup--desktop .mockup-display {
  box-shadow: 0 2px 20px 2px rgba(12, 44, 76, .08);
  position: relative;
  background: #fff;
  padding: 12px 8px 7px;
  border-radius: 10px 10px 0 0;
  max-width: 85%;
  margin: 0 auto -9px
}
.mockup--desktop .mockup-display .mockup-image {
  padding: 56.25% 1px 1px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea
}
.mockup--desktop .mockup-display .mockup-image:hover {
  overflow-y: auto
}
.mockup--desktop .mockup-display .mockup-image::-webkit-scrollbar {
  width: 0;
  background: rgba(0, 0, 0, 0)
}
.mockup--desktop .mockup-display .mockup-image::-webkit-scrollbar-track {
  background: rgba(237, 241, 241, .2)
}
.mockup--desktop .mockup-display .mockup-image::-webkit-scrollbar-thumb {
  background: rgba(126, 137, 163, .4)
}
.mockup--desktop .mockup-display .mockup-image::-webkit-scrollbar-thumb:hover {
  background: rgba(126, 137, 163, .7)
}
.mockup--desktop .mockup-display .mockup-image img {
  position: absolute;
  top: 0;
  left: 0
}
.mockup--desktop .mockup-display:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #edf0f2;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%)
}
.mockup--desktop .desktop-body {
  width: 100%;
  height: 8px;
  background: #fff;
  box-shadow: 0 2px 20px 2px rgba(12, 44, 76, .08);
  border-radius: 0 0 30px 30px;
  margin-top: -2px;
  display: inline-block;
  position: relative
}
.mockup--desktop .desktop-body:before {
  content: '';
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: none;
  border-radius: 0 0 3px 3px;
  background: #edf0f2
}
@media (min-width:412px) {
  .mockup--desktop {
    margin: 0 40px
  }
  .mockup--desktop .mockup-display {
    padding: 20px 14px 12px;
    border-radius: 15px 15px 0 0;
    margin: 0 auto -7px
  }
  .mockup--desktop .mockup-display:before {
    width: 6px;
    height: 6px;
    top: 7px
  }
  .mockup--desktop .desktop-body {
    height: 10px
  }
  .mockup--desktop .desktop-body:before {
    width: 120px;
    height: 4px
  }
}
@media (min-width:576px) {
  .mockup--desktop {
    margin: 0 50px
  }
  .mockup--desktop .mockup-display:before {
    width: 7px;
    height: 7px;
    top: 7px
  }
  .mockup--desktop .desktop-body {
    height: 11px
  }
  .mockup--desktop .desktop-body:before {
    width: 130px;
    height: 5px
  }
}
@media (min-width:768px) {
  .mockup--desktop {
    margin: 0 75px
  }
  .mockup--desktop .mockup-display {
    padding: 23px 20px;
    border-radius: 15px 15px 0 0;
    margin: 0 auto -5px
  }
  .mockup--desktop .mockup-display:before {
    width: 8px;
    height: 8px;
    top: 7px
  }
  .mockup--desktop .desktop-body {
    height: 12px
  }
  .mockup--desktop .desktop-body:before {
    width: 130px;
    height: 5px
  }
  .p_section--horizontal-split .mockup--desktop {
    margin: 0 30px
  }
}
@media (min-width:992px) {
  .mockup--desktop {
    margin: 0 100px
  }
  .mockup--desktop .desktop-body {
    height: 15px
  }
  .mockup--desktop .desktop-body:before {
    width: 150px;
    height: 6px
  }
}
@media (min-width:1200px) {
  .mockup--desktop {
    max-width: calc(100% - 60px)
  }
  .mockup--desktop .desktop-body {
    height: 15px
  }
  .mockup--desktop .desktop-body:before {
    width: 150px;
    height: 6px
  }
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes pulse {
  0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@-moz-keyframes pulse {
  0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes pulse {
  0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent
}
@keyframes blink-animation {
  to {
    visibility: hidden
  }
}
.dropdown {
  background: #fff;
  padding: 18px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border: 1px solid #edf0f1;
  border-radius: 1px
}
@keyframes addProjectAnim {
  0% {
    transform: translate(-50%, 0)
  }
  0.2% {
    transform: translate(-50%, -10px)
  }
  0.4% {
    transform: translate(-50%, 0)
  }
  0.6% {
    transform: translate(-50%, -10px)
  }
  0.8% {
    transform: translate(-50%, 0)
  }
  1% {
    transform: translate(-50%, -10px)
  }
  1.2%, 100% {
    transform: translate(-50%, 0)
  }
}
@keyframes nav-slide-in {
  0% {
    transform: translateX(100px)
  }
  100% {
    transform: translateY(0)
  }
}
.p_section {
  width: 100%
}
.p_section h1, .p_section h2 {
  text-align: center
}
.image-container, .image-container--fluid {
  text-align: center;
  width: 100%
}
@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
    transform: matrix(.97, 0, 0, 1, 0, 12)
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
    transform: matrix(.99, 0, 0, 1, 0, 2)
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1)
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
    transform: matrix(.97, 0, 0, 1, 0, 12)
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
    transform: matrix(.99, 0, 0, 1, 0, 2)
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1)
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
}
.tooltip {
  visibility: hidden;
  width: 125px;
  background-color: #424242;
  color: #edf0f1;
  font-size: 13px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s;
  top: 50%;
  right: 120%;
  transform: translateY(-50%)
}
.tooltip:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #424242
}
.tooltip.top {
  bottom: 120%;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%)
}
.tooltip.top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: #424242 transparent transparent
}
.add-section:hover .tooltip, .btn:hover .tooltip, .c-btn--small:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease-in-out
}
:root {
  --title-font: 'Source Sans Pro', sans-serif;
  --body-font: 'PT Serif', serif
}
.p_section--header-main {
  position: relative
}
.p_section--header-main .container-fluid {
  max-width: 100%
}
.p_section--header-main .main-grad {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
  width: 100%;
  max-width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0
}
.p_section--header-main .text-container {
  position: relative;
  width: 100%
}
.p_section--header-main .text-container h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 30px
}
.p_section--header-main .text-container h2 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33
}
.p_section--header-main .image-container {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.p_section--header-main .image-container.bg-color {
  position: relative;
  top: auto;
  left: auto;
  transform: none
}
@media (min-width:320px) {
  .p_section--header-main .text-container h1 {
    font-size: 1.3rem
  }
  .p_section--header-main .text-container h2 {
    font-size: .85rem
  }
  .p_section--header-main .text-wrapper {
    padding: 16px 24px;
    width: 100%;
    max-width: 1440px;
    height: 100%
  }
  .p_section--horizontal-split h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700
  }
  .p_section--horizontal-split h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400
  }
}
@media (min-width:576px) {
  .p_section--header-main .text-container h1 {
    font-size: 3rem
  }
  .p_section--header-main .text-container h2 {
    font-size: 1.375rem
  }
  .p_section--header-main .text-wrapper {
    padding: 100px 24px;
    width: 100%;
    max-width: 1440px;
    height: 100%
  }
}
@media (min-width:768px) {
  .p_section--header-main .text-container h1 {
    font-size: 3rem
  }
  .p_section--header-main .text-container h2 {
    font-size: 1.375rem
  }
  .p_section--header-main .text-wrapper {
    padding: 50px 24px;
    width: 100%;
    max-width: 1440px;
    height: 100%
  }
}
@media (min-width:992px) {
  .p_section--header-main .text-wrapper {
    padding: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .p_section--header-main .text-container h1 {
    font-size: 6.25rem
  }
  .p_section--header-main .image-container {
    margin: 0 auto;
    height: 100px;
    max-height: 200px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit
  }
  .p_section--header-main .image-container-md {
    margin: 0 auto;
    height: 300px;
    max-height: 300px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit
  }
  .p_section--header-main .image-container-lg {
    margin: 0 auto;
    height: 680px;
    max-height: 680px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit
  }
  .p_section--header-main .image-container-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}
.p_section--header-main .image-container-lg {
  margin: 0 auto;
  position: relative;
  transform: none;
  top: inherit;
  left: inherit
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) {
  .p_section--header-main .text-container h1 {
    font-size: 1.3rem
  }
  .p_section--header-main .text-container h2 {
    font-size: .85rem
  }
  .p_section--header-main .text-wrapper {
    paddin: 16px !important
  }
}
@media (min-width:576px) {
  .p_section--header-main .image-container-ds {
    margin: 0 auto;
    height: 280px;
    max-height: 280px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    opacity: .8
  }
}
@media (min-width:768px) {
  .p_section--header-main .image-container-ds {
    margin: 0 auto;
    height: 380px;
    max-height: 380px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    opacity: .6
  }
}
@media (min-width:992px) {
  .p_section--header-main .image-container-ds {
    margin: 0 auto;
    max-height: 580px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    opacity: .4
  }
}

/* check this one */
.p_section--header-main .image-container-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}


.p_section--header-sub {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.p_section--header-sub .container-fluid {
  max-width: 100%
}
.p_section--header-sub .text-container {
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.p_section--header-sub .text-container h2 {
  font-size: 1.75rem;
  line-height: 1;
  font-family: var(--title-font)
}
.p_section--header-sub .image-container {
  height: 200px;
  width: 100%;
  margin: 0 auto
}
.p_section--header-sub .image-container img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%
}
@media (min-width:576px) {
  .p_section--header-sub .text-container h2 {
    font-size: 2.5rem
  }
}
@media (min-width:992px) {
  .p_section--header-sub {
    height: 300px
  }
  .p_section--header-sub .text-container h2 {
    font-size: 3.75rem
  }
  .p_section--header-sub .image-container {
    height: 300px
  }
  .p_section--header-sub .image-container img {
    width: 100%;
    height: 300px;
    object-fit: cover
  }
}
.p_section--text {
  padding: 50px 15px
}
.p_section--text .text-container {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.76
}
.p_section--text .text-container .h3, .p_section--text .text-container h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700
}
.p_section--text .text-container .h3:not(:nth-child(1)), .p_section--text .text-container h3:not(:nth-child(1)) {
  margin-top: 20px
}
.p_section--text .text-container .p, .p_section--text .text-container p {
  margin: 0 0 20px;
  font-size: 1.125rem;
  line-height: 1.76;
  color: #000
}
.p_section--text .text-container .p:nth-last-child(1), .p_section--text .text-container p:nth-last-child(1) {
  margin-bottom: 0
}
.p_section--text .text-container ol, .p_section--text .text-container ul {
  font-family: Roboto, sans-serif;
  padding-left: 36px;
  font-size: 1.125rem
}
@media (min-width:576px) {
  .p_section--text {
    padding: 80px 15px
  }
  .p_section--text .text-container .h3, .p_section--text .text-container h3 {
    font-size: 1.563rem
  }
  .p_section--text .text-container .p, .p_section--text .text-container p {
    font-size: 1.125rem
  }
}
@media (min-width:768px) {
  .p_section--text {
    padding: 100px 0;
    display: flex;
    align-items: center
  }
  .p_section--text .text-container {
    padding: 50px 30px
  }
  .p_section--text .text-container .h3, .p_section--text .text-container h3 {
    font-size: 1.875rem
  }
  .p_section--text .text-container .p, .p_section--text .text-container p {
    font-size: 1.125rem
  }
}
@media (min-width:992px) {
  .p_section--text .text-container {
    max-width: 720px;
    padding: 0
  }
  .p_section--image .image-container .image {
    opacity: 1;
    transition: .2s ease-out
  }
}
.p_section--image {
  overflow: hidden
}
.p_section--image .container-fluid {
  max-width: 100%
}
.p_section--image .image-container {
  margin: 0 auto;
  position: relative
}
.p_section--image .image-container img {
  width: 100%;
  max-width: 100%
}
.p_section--horizontal-split.mockup-on .image-container {
  padding: 30px 0
}
.p_section--horizontal-split .img-col, .p_section--horizontal-split .txt-col {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  padding: 0
}
.p_section--horizontal-split .text-container {
  padding: 50px 30px;
  width: 100%
}
.p_section--horizontal-split .text-container .h3, .p_section--horizontal-split .text-container h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Source Sans Pro", sans-serif;
  font-family: var(--title-font);
  font-weight: 700;
  width: 100%
}
.p_section--horizontal-split .text-container .h3:not(:nth-child(1)), .p_section--horizontal-split .text-container h3:not(:nth-child(1)) {
  margin-top: 20px
}
.p_section--horizontal-split .text-container .p, .p_section--horizontal-split .text-container p {
  font-size: 1.125rem;
  line-height: 1.76;
  color: #000;
  margin: 0 0 20px;
  width: 100%
}
.p_section--horizontal-split .text-container .p:nth-last-child(1), .p_section--horizontal-split .text-container p:nth-last-child(1) {
  margin-bottom: 0
}
.p_section--horizontal-split .text-container a {
  color: #00b8ff;
  text-decoration: none
}
.p_section--horizontal-split .text-container ol, .p_section--horizontal-split .text-container ul {
  padding-left: 36px;
  font-size: 1.125rem
}
.p_section--horizontal-split .image-container img {
  max-width: 100%
}
.p_section--horizontal-split .image-container .image-box {
  position: relative
}
@media (min-width:412px) {
  .p_section--horizontal-split.mockup-on .image-container {
    padding: 40px 0
  }
}
@media (max-width:991.98px) {
  .img-col {
    order: 2
  }
  .txt-col {
    order: 1
  }
}
@media (min-width:576px) {
  .p_section--horizontal-split {
    padding: 0 0 30px
  }
  .p_section--horizontal-split h3 {
    font-size: 1.563rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700
  }
  .p_section--horizontal-split h4 {
    font-size: 1.563rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400
  }
  .p_section--horizontal-split:not(.mockup-on) .image-container {
    max-height: 40vh;
    overflow: hidden
  }
  .p_section--horizontal-split:not(.mockup-on) .image-container img {
    max-height: 40vh
  }
}
@media (min-width:576px) and (orientation:landscape) {
  .p_section--horizontal-split:not(.mockup-on) .image-container, .p_section--horizontal-split:not(.mockup-on) .image-container img {
    max-height: initial
  }
}
@media (min-width:768px) {
  .p_section--horizontal-split {
    padding: 0 0 50px
  }
  .p_section--horizontal-split h3 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700
  }
  .p_section--horizontal-split h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400
  }
  .p_section--horizontal-split .text-container {
    padding: 50px
  }
  .p_section--horizontal-split.mockup-on .image-container {
    padding: 60px 0
  }
}
@media (min-width:992px) {
  .p_section--horizontal-split {
    padding: 0
  }
  .p_section--horizontal-split .text-container {
    padding: 75px
  }
  .p_section--horizontal-split .image-container, .p_section--horizontal-split .image-container img {
    max-height: initial
  }
  .p_section--horizontal-split .image-container .image {
    opacity: 1;
    transition: .2s ease-out
  }
}
@media (min-width:1200px) {
  .p_section--horizontal-split .text-container {
    padding: 100px
  }
}
.p_section--quote {
  background: #edf1f1;
  padding: 20px 15px
}
.p_section--quote .text-container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto
}
.p_section--quote .text-container .h3, .p_section--quote .text-container h3 {
  font-size: 1.75rem;
  line-height: 1.14;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-family: var(--title-font)
}
.p_section--quote .text-container .p, .p_section--quote .text-container p {
  font-size: 1.125rem;
  line-height: 1.76;
  font-family: "Source Serif Pro", serif;
  font-family: var(--body-font);
  color: #353738;
  width: 100%;
  text-align: center;
  margin-bottom: 0
}
@media (min-width:576px) {
  .p_section--quote {
    padding: 40px 0
  }
  .p_section--quote .text-container .h3, .p_section--quote .text-container h3 {
    font-size: 1.875rem
  }
}
@media (min-width:768px) {
  .p_section--quote {
    padding: 60px 0
  }
  .p_section--quote .text-container .h3, .p_section--quote .text-container h3 {
    font-size: 2.5rem
  }
}
.p_section--statistics .statistics-columns {
  padding: 0
}
.p_section--statistics .stat-data {
  text-align: center;
  padding: 40px 0 60px;
  margin: 0 10px;
  overflow: hidden
}
.p_section--statistics .stat-data .number {
  font-size: 3.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  text-align: center
}
.p_section--statistics .stat-data .unit {
  line-height: 1;
  font-size: 1.7rem;
  font-family: var(--title-font);
  color: #353738;
  width: 100%;
  text-align: center
}
@media (min-width:768px) {
  .p_section--statistics .statistics-columns {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    padding: 90px 5px 110px
  }
  .p_section--statistics .stat-data {
    flex: 1 1 0;
    text-align: center;
    padding: 0
  }
}
.p_section--process .sticky-header {
  width: 100%;
  height: 50px;
  padding: 0;
  top: 0;
  background: #fff;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps {
  width: 100%;
  height: 50px;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps .sticky-step {
  height: 50px;
  padding: 15px 30px;
  transition: .5s;
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: left;
  float: left;
  cursor: pointer
}
.p_section--process .sticky-header .sticky-steps .sticky-step .scroll-to-step:hover {
  text-decoration: none
}
.p_section--process .sticky-header .sticky-steps .sticky-step span {
  float: left;
  font-size: .875rem;
  background: #fff;
  border: 2px solid #d1d9dd;
  font-family: "Source Sans Pro", sans-serif;
  color: #353738;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-right: 10px
}
.p_section--process .sticky-header .sticky-steps .sticky-step span:hover {
  background: #282a2b;
  border-color: #282a2b;
  color: #fff
}
.p_section--process .sticky-header .sticky-steps .sticky-step label {
  display: block;
  font-size: .875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #353738;
  cursor: pointer
}
.p_section--process .sticky-header .sticky-steps .sticky-step.checked span {
  background: #282a2b;
  border-color: #282a2b;
  color: #fff;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps .sticky-step.checked label {
  font-weight: 700
}
.p_section--process .sticky-header .sticky-steps .sticky-step:first-child {
  opacity: 1
}
.p_section--process .sticky-header .sticky-steps.sticked {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  box-shadow: 0 2px 5px 0 rgba(211, 211, 211, .5);
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step {
  height: 50px;
  padding: 15px 30px;
  transition: .5s;
  position: absolute;
  opacity: 0
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step span {
  font-size: .875rem;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step label {
  font-size: .875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step:after {
  top: 9px;
  width: 0%;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step.checked {
  background: #fff;
  opacity: 1;
  transition: .5s
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step.checked label {
  font-weight: 700
}
.p_section--process .sticky-header .sticky-steps.sticked .sticky-step:nth-first-child {
  opacity: 1
}
.p_section--process .sticky-header .sticky-steps.sticked.sticked-hidden {
  top: -100px;
  transition: .5s
}
.p_section--process .process-steps {
  width: 100%
}
.p_section--process .process-steps .process-step {
  width: 100%;
  float: left;
  clear: both;
  align-items: center;
  justify-content: center;
  position: relative
}
.p_section--process .process-steps .process-step:before {
  margin: 15px 30px;
  font-size: .875rem;
  background: #fff;
  border: 2px solid #d1d9dd;
  font-family: "Source Sans Pro", sans-serif;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 50%
}
.p_section--process .process-steps .process-step:after {
  content: attr(data-process-title);
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 30px 13px 60px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  font-size: .875rem;
  font-weight: 400
}
.p_section--process .process-steps .process-step:nth-child(1):after {
  content: '';
  display: none
}
.p_section--process .process-steps .process-step:nth-child(2):before {
  content: '2'
}
.p_section--process .process-steps .process-step:nth-child(3):before {
  content: '3'
}
.p_section--process .process-steps .process-step:nth-child(4):before {
  content: '4'
}
.p_section--process .process-steps .process-step:nth-child(5):before {
  content: '5'
}
.p_section--process .process-steps .process-step:nth-child(6):before {
  content: '6'
}
@media (min-width:768px) {
  .p_section--process .sticky-header {
    height: 220px;
    padding: 50px 0 100px
  }
  .p_section--process .sticky-header .sticky-steps {
    flex: 1 1 0;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step {
    max-width: 180px;
    height: 120px;
    flex: 1 1 0;
    text-align: center;
    float: left;
    position: relative;
    opacity: 1;
    padding: 0;
    background: 0 0
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step span {
    margin: 0 auto;
    font-size: 1.5rem;
    background: #fff;
    border: 2px solid #d1d9dd;
    font-family: "Source Sans Pro", sans-serif;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    transition: .5s;
    position: relative;
    z-index: 1;
    float: none
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step label {
    display: block;
    font-size: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 0
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step.checked span {
    background: #282a2b;
    color: #fff;
    transition: .5s
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step.checked:after {
    background: #282a2b;
    width: calc(100% - 56px)
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step.checked label {
    font-weight: 700;
    color: #282a2b
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step:after {
    content: '';
    position: absolute;
    left: 132px;
    top: 23px;
    transform: translateY(-50%);
    display: block;
    width: calc(100% - 84px);
    height: 2px;
    background: #d1d9dd;
    z-index: 0;
    transition: .5s
  }
  .p_section--process .sticky-header .sticky-steps .sticky-step:nth-last-child(1):after {
    width: 0;
    display: none
  }
  .p_section--process .sticky-header .sticky-steps.sticked {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    height: 70px;
    box-shadow: 0 2px 5px 0 rgba(211, 211, 211, .5);
    transition: .5s
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step {
    height: 70px;
    transition: .5s;
    position: relative;
    opacity: 1;
    padding: 0;
    background: 0 0
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step span {
    margin: 0 auto
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step label {
    line-height: 1;
    margin: 10px 0 0
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step:after {
    left: 118px
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step.checked {
    background: 0 0
  }
  .p_section--process .sticky-header .sticky-steps.sticked .sticky-step:nth-first-child {
    opacity: 1
  }
  .p_section--process .sticky-header.sticked-hidden {
    top: -100px;
    transition: .5s
  }
  .p_section--process .process-steps .process-step:after, .p_section--process .process-steps .process-step:nth-child(2):before, .p_section--process .process-steps .process-step:nth-child(3):before, .p_section--process .process-steps .process-step:nth-child(4):before, .p_section--process .process-steps .process-step:nth-child(5):before, .p_section--process .process-steps .process-step:nth-child(6):before {
    display: none
  }
}
.p_section--gallery .container-fluid {
  max-width: 100%
}
.p_section--gallery .tooltip:first-letter {
  text-transform: capitalize
}
.image-gallery {
  width: 100%;
  padding: 50px 25px;
  overflow: hidden
}
.image-gallery .gallery-item.mockup--no-mockup img, .image-gallery .gallery-item.mockup--null img {
  box-shadow: 0 8px 20px 2px rgba(0, 0, 0, .05)
}
.image-gallery .gallery-item {
  position: relative
}
.image-gallery .grid-gallery {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center
}
.image-gallery .grid-gallery img {
  max-width: 100%
}
.image-gallery .grid-gallery .mockup--mobile {
  max-width: 300px
}
.image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile {
  padding: 16px 4px;
  border-radius: 11px
}
.image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:before, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:before {
  width: 4px;
  height: 4px;
  top: 7px;
  left: 21%
}
.image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:after, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:after {
  width: 20px;
  height: 4px;
  top: 7px;
  border-radius: 4px
}
.image-gallery .grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin: 0 auto
}
.image-gallery .grid.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr)
}
.image-gallery .grid.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr)
}
.image-gallery .grid.mockups-in-gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, minmax(auto, 300px))
}
.image-gallery .grid.mockups-in-gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, minmax(auto, 25%))
}
.image-gallery.carousel {
  padding: 35px 0;
  position: relative
}
.image-gallery .carousel .mockup--mobile {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 27px 12px;
  border-radius: 24px
}
.image-gallery .carousel .mockup--mobile .mockup-image {
  width: 100%;
  max-width: 100%
}
.image-gallery .carousel .mockup--mobile .mockup-image img {
  max-width: 100%
}
.image-gallery .carousel .mockup--mobile:before {
  width: 5px;
  height: 5px;
  top: 12px;
  left: 21%
}
.image-gallery .carousel .mockup--mobile:after {
  width: 25px;
  height: 5px;
  top: 12px
}
.image-gallery .mockup--mobile {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 7px;
  border-radius: 16px
}
.image-gallery .mockup--mobile .mockup-image {
  width: 100%;
  max-width: 100%
}
.image-gallery .mockup--mobile .mockup-image img {
  max-width: 100%
}
.image-gallery .mockup--mobile:before {
  width: 5px;
  height: 5px;
  top: 9px;
  left: 21%
}
.image-gallery .mockup--mobile:after {
  width: 25px;
  height: 5px;
  top: 9px
}
@media (min-width:576px) {
  .image-gallery .carousel .mockup--mobile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 21px 8px;
    border-radius: 16px
  }
  .image-gallery .carousel .mockup--mobile:before {
    width: 5px;
    height: 5px;
    top: 9px;
    left: 21%
  }
  .image-gallery .carousel .mockup--mobile:after {
    width: 20px;
    height: 5px;
    top: 9px
  }
}
@media (max-width:575.98px) {
  .image-gallery.grid .grid, .image-gallery.grid.mobile-mockup .grid, .image-gallery.grid.tablet-mockup .grid {
    grid-template-columns: repeat(1, 1fr)
  }
}
@media (min-width:768px) {
  .image-gallery {
    padding: 75px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile {
    padding: 29px 6px;
    border-radius: 21px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:before, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:before {
    width: 6px;
    height: 6px;
    top: 12px;
    left: 21%
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:after, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:after {
    width: 30px;
    height: 6px;
    top: 12px;
    border-radius: 6px
  }
  .image-gallery .mockup--mobile {
    max-width: 100%;
    padding: 55px 20px;
    border-radius: 30px
  }
  .image-gallery .mockup--mobile:before {
    width: 8px;
    height: 8px;
    top: 23px;
    left: 52px
  }
  .image-gallery .mockup--mobile:after {
    width: 40px;
    height: 8px;
    top: 23px
  }
  .image-gallery.carousel {
    padding: 75px 0;
    position: relative
  }
  .image-gallery .carousel .mockup--mobile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 38px 16px;
    border-radius: 27px
  }
  .image-gallery .carousel .mockup--mobile:before {
    width: 7px;
    height: 7px;
    top: 16px;
    left: 21%
  }
  .image-gallery .carousel .mockup--mobile:after {
    width: 40px;
    height: 7px;
    top: 16px;
    border-radius: 7px
  }
}
@media (min-width:992px) {
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile {
    padding: 38px 10px;
    border-radius: 30px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:before, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:before {
    width: 8px;
    height: 8px;
    top: 17px;
    left: 21%
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:after, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:after {
    width: 40px;
    height: 8px;
    top: 17px;
    border-radius: 8px
  }
}
@media (min-width:1024px) {
  .image-gallery .carousel .mockup--mobile {
    max-width: 100%;
    padding: 55px 20px;
    border-radius: 30px
  }
  .image-gallery .carousel .mockup--mobile:before {
    width: 8px;
    height: 8px;
    top: 23px;
    left: 52px
  }
  .image-gallery .carousel .mockup--mobile:after {
    width: 40px;
    height: 8px;
    top: 23px;
    border-radius: 8px
  }
}
@media (min-width:1200px) {
  .image-gallery .carousel .mockup--mobile {
    max-width: 100%;
    padding: 58px 20px;
    border-radius: 44px
  }
  .image-gallery .carousel .mockup--mobile:before {
    width: 12px;
    height: 12px;
    top: 25px;
    left: 21%
  }
  .image-gallery .carousel .mockup--mobile:after {
    width: 60px;
    height: 12px;
    top: 25px;
    border-radius: 12px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile {
    max-width: 100%;
    padding: 55px 20px;
    border-radius: 30px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:before, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:before {
    width: 8px;
    height: 8px;
    top: 23px;
    left: 52px
  }
  .image-gallery .grid-gallery .gallery-columns-3 .mockup--mobile:after, .image-gallery .grid-gallery .gallery-columns-4 .mockup--mobile:after {
    width: 40px;
    height: 8px;
    top: 23px;
    border-radius: 8px
  }
}
.p_section .text-container .medium-editor-element *, .p_section .text-container .text * {
  background: 0 0 !important
}
.landing .navigation nav ul li:nth-first-child {
  padding-left: 0
}
@keyframes fadeInPost {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeInOutTooltip {
  0% {
    transform: translateY(20px);
    opacity: 0
  }
  10%, 90% {
    transform: translateY(0);
    opacity: 1
  }
  100% {
    transform: translateY(-20px);
    opacity: 0
  }
}
.account-settings .account-settings-sections .setting-parameters .param .param-value input:placeholder {
  font-style: normal;
  color: #475461
}