@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
#header, #header.fixed-header .container-fluid, #header .change-language-item, #header nav .navbar-nav .nav-item a.nav-link {
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #A5A5A5;
  background-color: #F5F5F5;
}

body a {
  color: #A5A5A5;
}

p {
  font-size: 14px;
}

#header {
  position: relative;
  z-index: 50;
  border: 1px solid #ECECEC;
  border-radius: 0px 0px 55px 55px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .menu {
  height: 100%;
}

#header .report-link {
  background-color: #1F52D2;
  border-radius: 5px;
  margin-left: 28px;
  color: #fff !important;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

#header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  z-index: 50;
}

#header.fixed-header .container-fluid {
  padding: 15px 10px;
}

#header .change-language-item {
  font-style: none;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

#header .change-language-item:hover {
  color: #000000;
}

#header nav .navbar-nav .nav-item a.nav-link {
  color: #000000;
  font-size: 14px;
  padding: 22px 28px;
}

#header nav .navbar-nav .nav-item a.nav-link:hover {
  color: #000000;
}

#header nav .nav-lang {
  margin-left: 28px;
  text-transform: uppercase;
}

#header nav .nav-lang .dropdown-toggle::after {
  content: "";
  width: 14px;
  vertical-align: 0em;
  height: 8px;
  background: transparent url(../img/index/caret-grey.svg) center center no-repeat;
  position: relative;
  border: none;
}

#header nav .nav-lang.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

#header nav .mobile-social {
  width: 100%;
}

#header .nav-id-tactical-decisions, #header .nav-id-sprendimai {
  background-color: #ff2c23;
  color: #fff;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

#header .nav-id-tactical-decisions a.nav-link, #header .nav-id-sprendimai a.nav-link {
  color: #fff;
}

.text-left {
  text-align: left;
}

.menu-trigger {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 8px 12px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  z-index: 11;
}

.menu-trigger .icon {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
}

.menu-trigger .icon span {
  display: block;
  height: 4px;
  width: 29px;
  margin: 5px 0 -1px;
  background: #000000;
  border-radius: 5px;
}

.menu-trigger.open {
  color: #000000;
}

.menu-trigger.open .icon span {
  background: #000000;
}

.menu-trigger.open .icon span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -15px;
  margin-top: 11px;
}

.menu-trigger.open .icon span:nth-child(2) {
  opacity: 0;
}

.menu-trigger.open .icon span:nth-child(3) {
  transform: rotate(-45deg);
}

footer {
  border-top: 1px solid #2D2D2D;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer > div {
  height: 100%;
}

footer a {
  display: inline-block;
  text-decoration: none;
  color: #A5A5A5;
  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

footer .email {
  padding: 10px 10px 10px 36px;
  background: url(../img/index/report2.svg) no-repeat left center transparent;
  background-size: 24px 24px;
}

footer .report {
  padding: 10px 10px 10px 36px;
  background: url(../img/index/report1.svg) no-repeat left center transparent;
  background-size: 24px 24px;
}

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 67px;
  color: #000000;
}

h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  text-align: center;
}

.block {
  font-size: 12px;
  line-height: 24px;
  padding: 100px 30px;
}

.block .caption {
  padding: 0 14px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 24px;
}

.block-white {
  color: #A5A5A5;
  background-color: #F5F5F5;
}

.block-white .caption {
  color: #1F52D2;
  background-color: #EEF3FF;
}

.block-white .headline {
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 650px;
  text-align: center;
}

.block-white .points .title {
  color: #000000;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  cursor: pointer;
}

.block-white .points .title span {
  color: #2765FF;
}

.block-white .points .title::before {
  content: "";
  width: 14px;
  height: 8px;
  background: transparent url("../img/index/caret-grey.svg") center center no-repeat;
  position: absolute;
  top: 16px;
  right: 14px;
}

.block-white .points .point {
  margin-top: 16px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  display: none;
}

.block-white .points .point.active {
  display: inline-block;
}

.block-white .points .point p:last-child {
  margin-bottom: 0;
}

.block-white .points .point ol, .block-white .points .point ul {
  margin: 16px 0;
}

.block-white .points .active .title::before {
  transform: rotate(180deg);
}

.block-white a {
  color: #2765FF;
  font-weight: 700;
}

.block-white h2 {
  color: #000000;
}

.block-white h2 span {
  color: #1F52D2;
}

.block-white .choose {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.block-white .report-buttons div:nth-child(1) span {
  background: url("../img/index/report1.svg") no-repeat center top transparent;
}

.block-white .report-buttons div:nth-child(2) span {
  background: url("../img/index/report2.svg") no-repeat center top transparent;
}

.block-white .report-buttons div:nth-child(3) span {
  background: url("../img/index/report3.svg") no-repeat center top transparent;
}

.block-white .report-buttons a {
  height: 155px;
  background-color: #2158E2;
  border: 1px solid #1A50D7;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.block-white .report-buttons a span {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 40px 0 0;
}

.block-white .report-buttons a:hover {
  color: #fff;
  border-color: #2765FF;
  background-color: #2765FF;
}

.block-blue {
  color: #fff;
  background-color: #1F52D2;
}

.block-blue .caption {
  color: #AAC3FF;
  background-color: #1E4AB7;
}

.block-blue h2 span {
  font-weight: 300;
}

.block-blue .img-center {
  margin: 50px auto;
}

.block-blue .img-center img {
  border-radius: 25px;
}

.block-blue .about-text {
  margin: 35px 0;
}

.block-blue .btn-action {
  display: inline-block;
  color: #1F52D2;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 18px 50px 18px 24px;
  text-decoration: none;
  background: url("../img/index/btn-arrow-down.svg") no-repeat right 24px center #fff;
}

.block-black {
  color: #fff;
  background-color: #000000;
}

.block-black .caption {
  color: #6792FF;
  background-color: rgba(45, 105, 255, 0.25);
}

.block-black h2 {
  margin: 0 0 20px;
}

.block-black h2 span {
  color: #3865ff;
}

.steps {
  color: #fff;
}

.steps .title {
  background-color: #1F52D2;
  border-radius: 25px;
  display: inline-block;
  margin-left: 57px;
  padding: 6px 24px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

.steps .title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}

.steps .step {
  padding: 45px 57px;
  color: #fff;
  border: 1px solid #4B4B4B;
  background-color: #1D1D1D;
  border-radius: 25px;
  margin-top: -25px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.steps .step .icon {
  position: absolute;
  width: 76px;
  height: 76px;
  display: block;
}

.steps .step p:last-child {
  margin-bottom: 0;
}

.steps .step.active {
  background-color: #1F52D2;
}

.steps .curve {
  position: relative;
}

.steps .curve-right {
  border-right: 1px solid #457AFF;
  position: absolute;
  bottom: 0;
  left: -12px;
  height: 100px;
  border-top: 1px solid #457AFF;
  width: 125px;
  border-radius: 0 25px;
}

.steps .curve-left {
  border-left: 1px solid #457AFF;
  position: absolute;
  bottom: 0;
  left: 110px;
  height: 100px;
  border-top: 1px solid #457AFF;
  width: 100%;
  border-radius: 25px 0;
}

.steps .curve-left-last {
  right: -12px;
  width: 25%;
  left: auto;
}

.steps .step-1 .icon {
  background: url("../img/index/step1.svg") no-repeat center center transparent;
  top: -38px;
  right: -38px;
}

.steps .step-2 .icon {
  background: url("../img/index/step2.svg") no-repeat center center transparent;
  bottom: -37px;
  right: -37px;
}

.steps .step-3 .icon {
  background: url("../img/index/step3.svg") no-repeat center center transparent;
  bottom: -37px;
  left: -37px;
}

.steps .step-4 .icon {
  background: url("../img/index/step4.svg") no-repeat center center transparent;
  bottom: -37px;
  left: -37px;
}

.steps .action {
  font-weight: 500;
  font-size: 26px;
  line-height: 56px;
  margin-top: 100px;
}

.steps .action a {
  color: #1F52D2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 20px;
  margin-left: 25px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.item-list {
  margin-top: 40px;
}

.item-list a {
  color: #fff;
  text-decoration: underline;
}

.item-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.item-list .item-block {
  background: #2158E2;
  border: 1px solid #1D4FCC;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 12px;
}

.item-list .item-block p:last-child {
  margin-bottom: 0;
}

.item-list .item-block.active {
  background-color: #2765FF;
}

.item-list .item-block.active .item-head::before {
  transform: rotate(180deg);
}

.item-list .item-head {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 31px;
  margin: 0;
}

.item-list .item-head::before {
  content: "";
  width: 14px;
  height: 8px;
  background: transparent url("../img/index/caret.svg") center center no-repeat;
  position: absolute;
  top: 40px;
  right: 31px;
}

.item-list .item-body {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  padding: 0 31px 31px;
  display: none;
}

.button-popover {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.floating-labels .form-group input:focus, .floating-labels .form-group textarea:focus {
  outline: none !important;
}

.checkbox:after {
  content: " ";
  clear: both;
  display: block;
}

.checkbox label {
  cursor: pointer;
  left: 37px;
  top: 3px;
}

.checkbox input[type="checkbox"] {
  float: left;
  cursor: pointer;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #000;
  width: 27px;
  height: 27px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  display: grid;
  place-content: center;
}

.checkbox input[type="checkbox"]::before {
  content: "";
  width: 17px;
  height: 17px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #FF2C23;
}

.checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.checkbox input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.form-control-radio {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  gap: 0.5em;
  /*    input[type="radio"]:focus {
	    outline: max(2px, 0.15em) solid currentColor;
	    outline-offset: max(2px, 0.15em);
	}*/
}

.form-control-radio:focus-within {
  color: var(--form-control-color);
}

.form-control-radio input[type="radio"] {
  cursor: pointer;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #fff;
  width: 29px;
  height: 29px;
  border: 2px solid #BFBFBF;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.form-control-radio input[type="radio"]::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #FF2C23;
}

.form-control-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.show-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

.navbar .with-animation {
  display: none;
}

@media (max-width: 991px) {
  .points > div {
    margin-top: 30px;
  }
  .points > div:first-child {
    margin-top: 0;
  }
  .steps .step {
    margin-bottom: 100px;
  }
  .steps .step::before {
    content: "";
    border-left: 1px solid #457AFF;
    position: absolute;
    bottom: -100px;
    left: 100px;
    height: 100px;
  }
  .steps .curve-left, .steps .curve-right {
    border: none;
  }
  .steps .curve {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #header .report-link {
    margin-left: auto;
    margin-top: 22px;
  }
  #header .navbar .with-animation {
    display: block;
  }
  #header .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .social-icons:not(.show-mobile) {
    display: none !important;
  }
  #header .logo {
    max-height: 50px;
  }
  #header nav {
    display: flex !important;
    background-color: #000000;
    position: fixed !important;
    z-index: 10;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 77%;
    left: -100%;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  }
  #header nav.open {
    left: 0;
  }
  #header nav button {
    display: none;
  }
  #header nav .collapse:not(.show) {
    display: block !important;
  }
  #header nav .navbar-nav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-left: auto !important;
  }
  #header nav .navbar-nav .nav-item {
    text-align: center;
  }
  #header nav .navbar-nav .nav-item a.nav-link {
    color: #fff;
    font-size: 20px;
  }
  #header nav .navbar-nav .nav-item a.nav-link.active {
    color: #fff;
  }
  #header nav .navbar-nav .nav-item a.nav-link:hover {
    color: #2765FF;
  }
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .block {
    overflow: hidden;
  }
}

@media (max-width: 499px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=style.css.map */