.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-12 {
  z-index: 10;
  height: 5vh;
  background-color: #ed9067;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  width: 60vh;
  height: 3.5vh;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.div-block-14 {
  height: 5vh;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-15 {
  width: 4vh;
  height: 4vh;
  border: 1px solid #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.div-block-16 {
  width: 100%;
  height: 95vh;
  display: flex;
}

.div-block-17 {
  z-index: 7;
  width: 15%;
  height: 80vh;
  object-fit: fill;
  background-color: #f7f7f7;
  border-right: 1px solid #c4c4c4;
  flex-direction: column;
  margin-top: 7vh;
  padding: 40px 20px 20px;
  display: flex;
  position: fixed;
  overflow: auto;
}

.body {
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  font-weight: 600;
}

.div-block-20 {
  width: 85%;
  height: 100%;
  margin-top: 12vh;
  padding: 40px 40px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.div-block-21 {
  width: auto;
  height: auto;
  object-fit: fill;
  background-color: #dbdbdb;
  border-radius: 20px;
  margin-top: 40px;
  overflow: auto;
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, .2);
}

.div-block-22 {
  width: 4000px;
  height: 7vh;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.div-block-22.second {
  background-color: #fff;
  border-radius: 0;
  padding-left: 0;
  overflow: visible;
}

.div-block-22.second.unverified {
  background-color: #fffecb;
  border-radius: 0;
}

.div-block-22.second.selected {
  margin-left: 10px;
  display: none;
}

.div-block-22.second.noaccess {
  background-color: #c4c4c4;
}

.div-block-22.second.checked {
  background-color: #72c9ff;
}

.image-3 {
  width: 20px;
}

.text-block-9 {
  text-align: left;
  font-weight: 500;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.text-block-10 {
  margin-left: 20px;
}

.div-block-27 {
  z-index: 5;
  height: 7vh;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
  padding-left: 17%;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-29 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-115 {
  flex-direction: column;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-123 {
  margin-top: 20px;
  padding-left: 20px;
}

.text-block-62 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-63 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-field-13 {
  height: 50px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
}

.section-16 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-121 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.submit-button-9 {
  width: 70%;
  height: 50px;
  background-color: #000;
  border-radius: 100px;
}

.link-11 {
  color: #000;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.form-6 {
  width: 100%;
  height: 600px;
  min-width: 450px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 21px;
  display: flex;
  box-shadow: 1px 1px 12px -5px #000;
}

.text-field-14 {
  height: 50px;
  border: 1px solid #000;
  border-radius: 5px;
}

.div-block-114 {
  flex-direction: column;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-7 {
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-label {
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 10px;
}

.form-block-2 {
  margin-bottom: 0;
}

.form-block-2.sure {
  height: 30px;
  margin-bottom: 10px;
}

.text-block-45 {
  width: 90%;
  height: 80px;
  padding-top: 20px;
  padding-left: 10px;
}

.div-block-125 {
  width: auto;
  height: 80%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-124 {
  flex-direction: column;
  display: flex;
}

.popup {
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-126 {
  width: 20%;
  height: 100%;
}

.button-3 {
  width: 60px;
  background-color: #00970a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-3.del {
  background-color: #e4080c;
  margin-bottom: 0;
  margin-left: 0;
}

.text-block-46 {
  margin-top: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 20px;
}

.div-block-122 {
  width: 400px;
  height: 150px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-119 {
  height: 100%;
  display: flex;
}

.form-8 {
  padding-bottom: 0;
}

.drop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-color: #191d23;
}

.section-2.hero {
  height: 100vh;
  position: relative;
}

.hero-gradient {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(25, 29, 35, .9), rgba(25, 29, 35, .1) 50%, rgba(25, 29, 35, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-mask {
  z-index: 0;
  width: 100%;
  height: 51em;
  object-fit: fill;
  padding-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.image-hero {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-link:hover {
  background-color: #000;
}

.dropdown-link.w--current {
  opacity: .7;
  color: #fff;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ebedee;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown {
  flex: none;
}

.dropdown-list {
  color: #fff;
  background-color: #18181d;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
}

.kit-arrow-dropdown {
  opacity: 1;
}

.prospero-link {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 0 13px 10px 10px rgba(0, 0, 0, .2);
}

.dropdown-wrap {
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  padding: 21px 20px;
  display: flex;
}

.div-block-127 {
  align-items: center;
  display: flex;
}

.text-block-68 {
  color: #fff;
  background-color: #ed9067;
  border-radius: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  box-shadow: 0 5px 8px 3px rgba(0, 0, 0, .2);
}

.link-block {
  text-decoration: none;
}

.div-block-146 {
  width: 50%;
}

.div-block-147 {
  width: 50%;
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
}

.div-block-148 {
  width: 250px;
  min-width: 250px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-148._100 {
  width: 100px;
  min-width: 100px;
  width: 100px;
  justify-content: flex-start;
}

.div-block-148._80 {
  width: 80px;
  min-width: 80px;
  justify-content: flex-start;
}

.div-block-148.first {
  padding-left: 20px;
}

.div-block-148._150 {
  width: 150px;
  min-width: 150px;
}

.text-block-81 {
  color: #1f0;
}

.div-block-150 {
  width: 100%;
  height: 38px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.div-block-151 {
  display: flex;
}

.text-block-82 {
  color: #000;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 12px;
  padding: 10px;
  font-weight: 600;
}

.form-block-3, .form-9 {
  width: auto;
  height: auto;
}

.select-field {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.div-block-156 {
  width: 100%;
  height: 7vh;
  background-color: #eceff8;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-4 {
  height: 788.182px;
  background-color: #eceff8;
  font-family: Poppins, sans-serif;
}

.text-span-2 {
  font-weight: 700;
}

.text-block-85 {
  font-size: 16px;
  font-weight: 300;
}

.image-46 {
  width: 1.5em;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-157 {
  width: auto;
  height: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-158 {
  border-right: 1px solid #b6b6b6;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-159 {
  display: flex;
}

.div-block-160 {
  width: 2.5em;
  height: 2.5em;
  background-image: url('../images/1637682074492.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10000000px;
  margin-left: 20px;
}

.div-block-161 {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-162 {
  width: 18%;
  height: 100%;
  margin-right: 0;
  padding-top: 7vh;
  position: static;
}

.div-block-164 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-165 {
  width: 100%;
  height: 10vh;
  border-bottom: 1px solid #b6b6b6;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.div-block-166 {
  width: 100%;
  height: 2em;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-166.calendar, .div-block-166.pocetna {
  width: 80%;
}

.div-block-166.taskovi {
  margin-top: 20px;
}

.div-block-166.taskovi.w--current, .div-block-166.uputstva {
  color: #333;
  text-decoration: none;
}

.image-47 {
  width: 1.3em;
}

.text-block-86 {
  margin-left: 10px;
  font-size: 12px;
}

.text-block-87 {
  margin-top: 0;
  font-weight: 600;
}

.div-block-168 {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.div-block-169 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-48 {
  width: .75em;
  height: .75em;
  margin-left: 20px;
}

.div-block-170 {
  width: 80%;
  height: 100%;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  margin-top: 0;
}

.div-block-171 {
  width: 100%;
  height: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-172 {
  width: 2em;
  height: 2em;
  background-color: #0073ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-49 {
  width: 1em;
}

.div-block-173 {
  width: 81%;
  object-fit: fill;
  background-color: #fff;
  border-top-left-radius: 10px;
  margin-top: 7vh;
  margin-left: 0;
  padding: 20px 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: scroll;
}

.div-block-174 {
  width: 100%;
  height: 10vh;
  border-bottom: 1px solid #b6b6b6;
}

.text-block-88 {
  font-size: 22px;
  font-weight: 500;
}

.div-block-175 {
  justify-content: space-between;
  line-height: 32px;
  display: flex;
}

.text-block-89 {
  margin-right: 10px;
  font-size: 12px;
}

.div-block-176 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-177 {
  width: auto;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-178 {
  width: 1.5em;
  height: 1.5em;
  background-image: url('../images/1637682074492.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100000px;
}

.div-block-178.second {
  background-color: #ffc005;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.div-block-179 {
  width: 2em;
  height: 2em;
  background-image: url('../images/icons8-menu-vertical-64.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 10px;
}

.div-block-180 {
  width: 100%;
  height: 7vh;
  align-items: center;
  display: flex;
}

.div-block-181 {
  width: 7em;
  height: 2em;
  color: #fff;
  background-color: #0073ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-90 {
  font-size: 12px;
}

.div-block-182 {
  width: 7em;
  height: 2em;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.image-50 {
  width: 1.5em;
}

.text-block-91 {
  margin-left: 10px;
  font-size: 12px;
}

.div-block-183 {
  width: 100%;
  height: 50vh;
  border: 1px solid #b6b6b6;
  border-left: 6px solid #e2445c;
  border-right: 1px #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.div-block-183.zadaci {
  height: auto;
}

.div-block-183.zadaci.nextweek {
  border-left-color: #3445ff;
}

.text-block-92 {
  color: #e2445c;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-92.nextweek {
  color: #3445ff;
  margin-top: 0;
  margin-left: 20px;
}

.text-block-92.this-week {
  margin-top: 0;
  margin-left: 20px;
}

.div-block-184 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #b6b6b6;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-185 {
  width: 3em;
  height: 3em;
  border-right: 1px solid #b6b6b6;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-186 {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}

.div-block-187 {
  width: 20em;
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-188 {
  width: 7em;
  height: 3em;
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-93, .text-block-94 {
  font-size: 12px;
}

.div-block-189 {
  width: 10em;
  height: 3em;
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-189.zadaci {
  background-color: #ffbf00;
}

.div-block-189.zadaci.done {
  background-color: #07d300;
}

.div-block-189.zadaci.notstarted {
  background-color: #e2445c;
}

.div-block-190 {
  width: 2em;
  height: 2em;
  background-image: url('../images/1637682074492.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100000px;
  margin-left: -5px;
}

.div-block-190.second {
  background-color: #ffbf00;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-51 {
  width: 2em;
  margin-right: 5px;
}

.div-block-191 {
  width: 10em;
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-95 {
  font-size: 12px;
}

.image-52 {
  width: 2em;
}

.div-block-193, .div-block-204.commenting {
  display: none;
}

.div-block-204.notification {
  flex-direction: column;
  display: none;
}

.input {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d3cccc;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input:hover {
  box-shadow: none;
  border-color: #5d52f7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::-ms-input-placeholder {
  color: #6e6e6e;
}

.input::placeholder {
  color: #6e6e6e;
}

.dash_profile-tabs {
  background-color: #fff;
  border-radius: 32px;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.dash_profile-menu {
  width: 180px;
  border-right: .5px solid #d3cccc;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-left: -8px;
  margin-right: 30px;
  padding: 8px 20px 8px 8px;
  display: flex;
}

.dash_content {
  background-color: #f6f6f6;
  border-top-left-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-left: 200px;
  padding-bottom: 2rem;
  padding-left: 30px;
  overflow: scroll;
}

.profile_section {
  width: 100%;
  border: .5px solid #d3cccc;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 1.8rem;
  position: relative;
}

.dash_header {
  height: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.modal_form {
  z-index: 2;
  width: 500px;
  min-width: 500px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 3rem;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.modal_close {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative {
  position: relative;
}

.profile_flex {
  max-width: 600px;
  flex-wrap: wrap;
  display: flex;
}

.dash_button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .65rem .975rem .5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
}

.dash_button:hover {
  background-color: #342d96;
  transform: translate(0, -4px);
}

.dash_button.is-modal {
  margin-top: 1rem;
}

.modal_close-icon {
  z-index: 10;
  width: 24px;
  height: 24px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.dash_h1 {
  color: #272b31;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7em;
}

.profile_section-head {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

._100 {
  width: 100%;
}

.profile_label {
  width: 35%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.profile_label.is-modal {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.dash_modal {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 25px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.input-label {
  color: #4b4f56;
  margin-bottom: 3px;
  font-size: 13px;
}

.spacer-s {
  width: 100%;
  height: 1rem;
}

.profile_h1 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.dash_profile-nav-link {
  color: #4b4f56;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-bottom: .3em;
  margin-right: .25rem;
  padding: .5em 1rem .4rem;
  line-height: 2;
  transition: color .2s, background-color .2s;
}

.dash_profile-nav-link:hover {
  color: #5d52f7;
  background-color: #fff;
}

.dash_profile-nav-link.w--current {
  color: #2962ff;
  background-color: #2962ff;
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  font-weight: 600;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.input-preview {
  font-size: 16px;
  font-weight: 400;
}

.profile_column {
  width: 50%;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dash_profile-nav-link-2 {
  color: #4b4f56;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-bottom: .3em;
  margin-right: .25rem;
  padding: .5em 1rem .4rem;
  line-height: 2;
  transition: color .2s, background-color .2s;
}

.dash_profile-nav-link-2:hover {
  color: #5d52f7;
  background-color: #fff;
}

.dash_profile-nav-link-2.w--current {
  color: #2962ff;
  background-color: #2962ff;
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  font-weight: 600;
}

.dropdown-toggle-2 {
  width: 10em;
  height: 3em;
  padding: 0;
}

.div-block-216 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
}

.div-block-219 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.image-55 {
  height: 100%;
}

.div-block-220 {
  width: 10vw;
  height: 10vw;
  margin-top: 22vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-220.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-220._2ndrow {
  top: auto;
  bottom: 33vh;
  left: 4vw;
}

.div-block-220._2ndrow.right {
  left: auto;
  right: 4vw;
}

.div-block-220.bott {
  top: auto;
  bottom: 6vh;
  left: 43%;
}

.div-block-220.bott.left {
  bottom: 13vh;
  left: 22%;
}

.div-block-220.bott.right {
  bottom: 13vh;
  left: auto;
  right: 22%;
}

.div-block-220.admin {
  width: 30vw;
  height: 30vh;
  left: 30%;
  right: 0%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.div-block-222 {
  width: auto;
  min-width: 200px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

.div-block-223 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-110 {
  width: 100px;
  padding-left: 0;
}

.text-block-110.first {
  width: 100px;
  margin-left: 0;
}

.div-block-224 {
  display: flex;
}

.text-block-111 {
  font-weight: 600;
}

.text-block-116 {
  width: 10em;
  height: 3em;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-2 {
  width: 10em;
  height: 3em;
}

.popup1 {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-230 {
  width: 50vw;
  height: 50vh;
  background-color: #fff;
  border-radius: 20px;
}

.div-block-231 {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.text-block-117 {
  width: 25px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  display: flex;
}

.div-block-232 {
  height: 10%;
  justify-content: flex-end;
  display: flex;
}

.div-block-233 {
  width: 50%;
  height: 6vh;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-233.g {
  background-color: #07d300;
}

.div-block-233.y {
  background-color: #ffbf00;
}

.div-block-233.r {
  width: 50%;
  height: 6vh;
  background-color: #e2445c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-234 {
  height: 90%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: auto;
}

.div-block-235 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.container-default-4 {
  max-width: 1218px;
  flex-direction: column;
  align-items: center;
  margin-top: 10vw;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.mg-top-56px {
  margin-top: 40px;
}

.heading-22 {
  margin-bottom: 20px;
  font-size: 48px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container._752px.center {
  max-width: 752px;
}

.image-wrapper.instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: #4a3aff;
}

.heading-link.td-none {
  color: #4a3aff;
  text-decoration: none;
}

.heading-link.td-none:hover {
  color: #211f54;
}

.media-image-section {
  width: 100vw;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 8.9rem;
  padding-bottom: 79px;
  display: flex;
}

.gallery-dyn-list {
  width: 100vw;
  column-count: 3;
  flex-wrap: wrap;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.header-section {
  background-color: rgba(255, 255, 255, .53);
  flex-direction: row;
  justify-content: space-between;
  padding: 22px;
  display: flex;
}

.menu_container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.menu_buttoncontainer {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 12px;
  padding: 14px 0 14px 14px;
  display: flex;
  overflow: hidden;
}

.topbar {
  width: 30px;
  height: 2px;
  background-color: #000;
}

.bottom-bar {
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 10px;
}

.div-block-2 {
  width: 100px;
  height: 100px;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: auto;
  right: 16%;
}

.closex {
  position: absolute;
  top: 42%;
  bottom: auto;
  left: 112px;
  right: 0%;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.link2 {
  color: #000;
  margin-top: 6px;
  text-decoration: none;
}

.div-block-3 {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin-left: 40px;
  transform: rotate(45deg);
}

.full-menu {
  z-index: 99999;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
}

.div-block-4 {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin-left: 40px;
  transform: rotate(-45deg)translate(1px, -2px);
}

.link3 {
  color: #000;
  margin-top: 6px;
  text-decoration: none;
}

.body-9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/lozionica-akvs-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-119 {
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.text-block-120, .text-block-121, .text-block-122 {
  font-size: 22px;
}

.heading-23 {
  margin-right: 40px;
  font-size: 32px;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
}

.grow-background {
  z-index: 0;
  height: 0%;
  background-color: #f5f5f5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  width: 300vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  width: 30vw;
  height: 80%;
  min-height: 28rem;
  background-color: #fff;
  border: .0625rem solid rgba(131, 131, 131, .16);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.div-block-237 {
  width: 10vw;
  height: 3vw;
  background-color: #ffae00;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-123 {
  color: #fff;
  font-size: 12px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.subtitle {
  color: #333;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.heading-20 {
  color: #000;
  margin-bottom: 40px;
}

.mg-top-8px {
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

.mg-right-32px {
  margin-right: 32px;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-form-side-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
}

.success-message-3 {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.section-18 {
  margin-top: 5vh;
  padding-top: 20px;
  padding-bottom: 176px;
}

.input-2 {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.contact-form-right-side {
  background-color: #f7f7fc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.container-default {
  max-width: 1218px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-238 {
  margin-top: 20px;
}

.text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-decoration-none {
  text-decoration: none;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.contact-form-left-side {
  padding: 88px 56px;
}

.panellink {
  text-decoration: none;
}

.row-right {
  width: 50vh;
  max-width: 370px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-19 {
  width: 30px;
}

.scroll-animation {
  display: none;
}

.row-middle {
  width: 40vh;
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.image-9 {
  width: 20px;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
}

.content-wrap-2 {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.scroll {
  margin-bottom: 40px;
}

.paragraph-6 {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.row-middle_label {
  color: #7b8ca0;
}

.button-text {
  color: #0f6;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.button-text.first {
  color: #000;
}

.row-middle_wrap {
  width: 13vh;
  margin-left: 40px;
}

.group-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 20px 10px;
  display: flex;
}

.group-row.second {
  margin-top: 0;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
}

.group-hero_text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.image-10 {
  width: 20px;
}

.embed-icon-2 {
  margin-bottom: -3px;
}

.content-2 {
  min-height: 100vh;
  background-color: #fff;
  flex: 1;
  margin-top: 10px;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.row-h {
  font-size: 16px;
  font-weight: 600;
}

.group-hero {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.row-text {
  font-size: 15px;
}

.row-text.bold {
  font-weight: 700;
}

.group-hero_l {
  grid-column-gap: 10px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-11 {
  width: 20px;
}

.filters-wrap {
  width: auto;
  height: 45px;
  color: #979797;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap:hover {
  color: #000;
  background-color: #fff;
}

.filters-wrap.obrisi {
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap.izmeni {
  width: auto;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.row-left {
  width: 15vh;
  max-width: 300px;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.section-19 {
  width: 100%;
  display: flex;
}

.text-block-124 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-239 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.ms-input-4 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-4:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-4:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-4::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-4::placeholder {
  color: #aaafbc;
}

.ms-input-4.icon-left {
  color: #d4d4d4;
  padding-left: 38px;
}

.ms-input-4.opis {
  min-height: 100px;
  min-height: 120px;
}

.div-block-240 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ms-dropdown {
  z-index: 10;
  width: 70px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 6px;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.small {
  width: 42px;
  height: 26px;
}

.div-block-7 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.ms-toggle-dot {
  z-index: 1;
  width: 26px;
  height: 26px;
  opacity: .6;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 4px;
  transition: left .2s;
  position: absolute;
  left: 4px;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.small {
  width: 18px;
  height: 18px;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-input {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::-ms-input-placeholder {
  color: #909090;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-input-label-2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.image-12 {
  width: 25px;
}

.div-block-241 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.ms-toggle-bg {
  z-index: 0;
  width: 50px;
  background-color: rgba(255, 255, 255, .33);
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 100px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-toggle-bg.small {
  width: 42px;
  height: 26px;
}

.div-block-242 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-242.izmenimenu {
  display: none;
}

.div-block-243 {
  margin-right: 20px;
}

.form-block-7 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  overflow: auto;
}

.div-block-19 {
  flex-direction: column;
  display: none;
}

.ms-input-wrap-3 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-svg-2 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-2.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.form-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-input-label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-svg {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.text-block-125 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-23 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-244 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.div-block-245 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ms-input-wrap-6 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-246 {
  width: 100%;
  display: flex;
}

.div-block-247 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.ms-input-5 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-5:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-5::-ms-input-placeholder {
  color: #909090;
}

.ms-input-5::placeholder {
  color: #909090;
}

.ms-input-5.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-input-label-3 {
  margin-bottom: 10px;
  font-weight: 500;
}

.image-57 {
  width: 25px;
}

.div-block-248 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.div-block-249 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-249.dodajdobavljacamenu {
  display: none;
}

.div-block-250 {
  margin-right: 20px;
}

.ms-select-svg-2 {
  z-index: 6;
  width: 30px;
  height: 30px;
  background-color: #323741;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.form-block-8 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  overflow: auto;
}

.div-block-251 {
  flex-direction: column;
  display: none;
}

.div-block-252 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.ms-input-label-4 {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap-7 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.form-12 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.ms-input-label-5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-svg-3 {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.image-18 {
  width: 100%;
}

.confirmation {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-253 {
  width: 5vh;
  height: 5vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.div-block-254 {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-block-126 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-8 {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.image-58 {
  width: 20px;
}

.div-block-255 {
  width: 60vh;
  height: auto;
  background-color: #2d3038;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-127 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-256 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-257 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.div-block-258 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ms-input-wrap-8 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-259 {
  width: 100%;
  display: flex;
}

.div-block-260 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.ms-input-6 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-6:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-6::-ms-input-placeholder {
  color: #909090;
}

.ms-input-6::placeholder {
  color: #909090;
}

.ms-input-6.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-input-label-6 {
  margin-bottom: 10px;
  font-weight: 500;
}

.image-59 {
  width: 25px;
}

.div-block-261 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.div-block-262 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-262.dodajdobavljacamenu {
  display: none;
}

.div-block-263 {
  margin-right: 20px;
}

.ms-input-15 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-15:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-15:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-15::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-15::placeholder {
  color: #aaafbc;
}

.ms-input-15.opis {
  min-height: 120px;
}

.ms-input-14 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-14:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-14:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-14::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-14::placeholder {
  color: #aaafbc;
}

.div-block-264 {
  flex-direction: column;
  display: none;
}

.div-block-265 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.ms-input-label-7 {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap-9 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.form-13 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.filters-wrap-2 {
  width: auto;
  height: 45px;
  color: #979797;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap-2:hover {
  color: #fff;
  background-color: #393f44;
}

.filters-wrap-2.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.ms-input-label-8 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-svg-4 {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

@media screen and (min-width: 1440px) {
  .div-block-12 {
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-17 {
    width: 15%;
    margin-top: 7vh;
  }

  .div-block-20 {
    width: 85%;
  }

  .dropdown-link {
    width: 100%;
    height: 6vh;
    color: #000;
    background-color: #ffbf00;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    display: flex;
  }

  .dropdown-link:hover {
    background-color: #ffbf00;
  }

  .div-block-150 {
    width: 70%;
  }

  .div-block-156 {
    z-index: 10;
  }

  .text-block-85 {
    color: #333;
    font-size: 22px;
    text-decoration: none;
  }

  .div-block-161 {
    display: flex;
  }

  .div-block-162 {
    width: 18%;
  }

  .div-block-165 {
    font-size: 18px;
  }

  .div-block-166.taskovi, .div-block-166.uputstva {
    color: #333;
    text-decoration: none;
  }

  .text-block-86 {
    font-size: 16px;
  }

  .text-block-87 {
    font-size: 20px;
  }

  .div-block-168 {
    font-size: 18px;
  }

  .div-block-173 {
    width: 81%;
    margin-left: 0;
    padding: 20px 0 0 60px;
    font-size: 16px;
  }

  .text-block-88 {
    font-size: 32px;
  }

  .text-block-89 {
    font-size: 16px;
  }

  .div-block-176 {
    font-size: 22px;
  }

  .div-block-180 {
    font-size: 20px;
  }

  .text-block-90, .text-block-91 {
    font-size: 16px;
  }

  .div-block-183.zadaci {
    width: 100%;
    overflow: auto;
  }

  .text-block-92.nextweek {
    color: #00f;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-block-92.this-week {
    margin-top: 0;
    margin-left: 20px;
  }

  .body-5 {
    background-color: #eceff8;
    font-family: Poppins, sans-serif;
  }

  .text-block-97 {
    font-size: 42px;
    font-weight: 500;
  }

  .div-block-193 {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-194 {
    z-index: 5;
    width: 700px;
    height: 300px;
    opacity: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    position: absolute;
  }

  .div-block-195 {
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #eceff8;
    position: absolute;
  }

  .image-53 {
    width: 2em;
    height: 2em;
  }

  .div-block-196 {
    justify-content: flex-end;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-98 {
    margin-top: 10px;
    font-size: 24px;
  }

  .form-block-4 {
    margin-top: 20px;
  }

  .text-block-99 {
    margin-top: 40px;
  }

  .text-field-15 {
    width: 80%;
    height: 3em;
    border-radius: 10px;
    margin-top: 20px;
  }

  .div-block-197 {
    width: 100%;
    height: 40px;
    justify-content: flex-end;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-198 {
    width: 85px;
    height: 100%;
    color: #fff;
    background-color: #0073ea;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .body-6 {
    background-color: #eceff8;
    font-family: Poppins, sans-serif;
  }

  .text-block-100 {
    margin-top: 60px;
    margin-left: 0;
    font-size: 36px;
  }

  .div-block-199 {
    width: 100%;
    height: 5vh;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-199.gray {
    height: 7vh;
    margin-top: 0;
  }

  .div-block-199.white {
    height: 7vh;
    align-items: center;
    display: flex;
  }

  .div-block-199.white.gray {
    background-color: #e9e9e9;
  }

  .div-block-199.white.second {
    margin-top: 0;
  }

  .div-block-200 {
    width: 6vh;
    height: 6vh;
    background-image: url('../images/asasa.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 100000px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-200.gray {
    background-color: #ffbf00;
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-201 {
    width: 95%;
    height: 6vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-101 {
    font-weight: 600;
  }

  .text-block-102 {
    font-size: 22px;
  }

  .div-block-202 {
    width: 100%;
    height: 7vh;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form-10 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-field-16 {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 10px;
    margin-bottom: 0;
  }

  .form-block-5 {
    width: 90%;
    margin-bottom: 0;
  }

  .div-block-203 {
    width: 10%;
    height: 5vh;
    background-color: #4036ff;
    border-radius: 100000px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-103 {
    color: #fff;
  }

  .body-7 {
    background-color: #eceff8;
  }

  .div-block-204 {
    width: 40%;
    background-color: #fff;
    border-top-left-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 7vh;
    padding: 20px 20px 20px 40px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: -7px 0 7px -2px rgba(0, 0, 0, .2);
  }

  .div-block-204.commenting {
    z-index: 100;
    margin-left: 0;
    display: none;
  }

  .div-block-204.notification {
    z-index: 15;
    display: none;
  }

  .text-block-104 {
    font-size: 28px;
  }

  .div-block-205 {
    width: 100%;
    height: 10vh;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-206 {
    width: 8vh;
    height: 8vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/logo-plavi.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 10000000px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-206.warning {
    background-color: red;
    background-image: url('../images/icons8-warning-64.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-207 {
    width: 70%;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .text-block-105 {
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-106 {
    margin-top: 10px;
  }

  .div-block-208 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .image-54 {
    width: 3em;
    height: 3em;
  }

  .body-8 {
    background-color: #eceff8;
  }

  .dash_content {
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 7vh;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .dash_modal {
    background-color: rgba(255, 255, 255, .8);
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .dash_profile-nav-link.w--current {
    margin-top: 20px;
  }

  .div-block-209 {
    width: 100%;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-210 {
    width: 40vh;
    height: 40vh;
    background-image: url('../images/1637682074492.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 10000000px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-107 {
    margin-top: 20px;
    font-size: 22px;
  }

  .text-block-108 {
    margin-top: 5px;
  }

  .form-11 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .form-block-6 {
    width: 100%;
    height: 80%;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .text-field-17 {
    width: 100%;
    height: 40%;
    border-radius: 10px;
    margin-bottom: 0;
  }

  .button-5 {
    width: 30%;
    height: 4vh;
    border-radius: 10000px;
    font-size: 18px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .dropdown-toggle-2 {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .dropdown-link-2 {
    width: 100%;
    height: 6vh;
    background-color: #e2445c;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-link-3 {
    width: 100%;
    height: 6vh;
    background-color: #07d300;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list-2 {
    padding-left: 20px;
  }

  .dropdown-list-2.w--open {
    width: 150%;
    height: 40vh;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    box-shadow: 0 12px 12px 7px rgba(0, 0, 0, .2);
  }

  .div-block-219 {
    width: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .image-55 {
    height: 100%;
  }

  .div-block-220 {
    width: 10vw;
    height: 10vw;
    margin-top: 22vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-220.right {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-220._2ndrow {
    top: auto;
    bottom: 33vh;
    left: 4vw;
    right: auto;
  }

  .div-block-220._2ndrow.right {
    top: auto;
    bottom: 33vh;
    left: auto;
    right: 4vw;
  }

  .div-block-220.bott {
    top: auto;
    bottom: 6vh;
    left: 43%;
    right: 0;
  }

  .div-block-220.bott.left {
    bottom: 13vh;
    left: 22%;
  }

  .div-block-220.bott.right {
    top: auto;
    bottom: 13vh;
    left: auto;
    right: 22%;
  }

  .div-block-220.admin {
    width: 30vw;
    height: 30vw;
    margin-top: 6vh;
    top: 0%;
    bottom: 0%;
    left: 30%;
    right: 0%;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-226 {
    width: 100%;
    height: 50%;
    position: relative;
  }

  .text-block-113 {
    font-size: 26px;
  }

  .select-field-2 {
    width: 50%;
    border-radius: 100px;
    margin-bottom: 0;
  }

  .div-block-227 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-block-114 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-228 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-field-18 {
    width: 50%;
    border-radius: 100px;
  }

  .text-block-115 {
    color: #7c7c7c;
    margin-top: 20px;
  }

  .text-block-116 {
    width: auto;
    height: auto;
    display: flex;
  }

  .link-block-5 {
    color: #323;
    text-decoration: none;
  }

  .text-field-19 {
    width: 50%;
    border-radius: 10000px;
    margin-bottom: 0;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .dropdown-2 {
    z-index: 3;
    width: auto;
    height: auto;
  }

  .div-block-229 {
    width: 1200px;
  }

  .popup1 {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-230 {
    width: 50vw;
    height: 50vh;
    background-color: #fff;
    border-radius: 20px;
  }

  .div-block-231 {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .text-block-117 {
    width: 25px;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .div-block-232 {
    height: 10%;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-233 {
    width: 50%;
    height: 6vh;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Ubuntu, Helvetica, sans-serif;
    display: flex;
  }

  .div-block-233.g {
    background-color: #07d300;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    display: flex;
  }

  .div-block-233.y {
    background-color: #ffbf00;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-233.r {
    background-color: #e2445c;
  }

  .div-block-234 {
    width: 100%;
    height: 90%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .text-block-118 {
    text-align: center;
  }

  .div-block-235 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-236, .text-field-20 {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-top: 40px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-204 {
    display: none;
  }

  .text-block-116 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-gradient {
    background-image: linear-gradient(rgba(25, 29, 35, .9), rgba(25, 29, 35, .1) 50%, #191d23);
  }

  .page-wrapper {
    display: block;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    padding: 6px 5px 6px 24px;
  }

  .dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-wrap {
    justify-content: space-between;
    display: flex;
  }

  .dropdown-toggle {
    padding: 20px;
  }

  .dash_contain {
    max-width: 100%;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .gallery-item {
    margin-top: 0;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .grid-2-columns.contact-form-side-details {
    grid-template-columns: 1.2fr;
  }

  .section-18 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .contact-form-left-side {
    padding: 64px 40px;
  }

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .scroll {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .group-row {
    width: 1150px;
  }

  .group-hero {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button-3, .button-3.del {
    width: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-119 {
    width: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 20px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dash_content {
    margin-left: 0;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 10px;
  }

  .dash_header {
    height: 70px;
  }

  .modal_form {
    min-width: auto;
  }

  .dash_h1 {
    margin-top: .3rem;
    font-size: 1.4rem;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .scroll-card {
    width: 100%;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin: 1rem 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-area {
    border-radius: 18px;
  }

  .contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .scroll {
    max-width: 92vw;
  }
}

@media screen and (max-width: 479px) {
  .text-block-62 {
    text-align: center;
  }

  .section-16 {
    width: 320px;
    min-width: 320px;
  }

  .submit-button-9 {
    background-color: #000;
  }

  .form-6 {
    min-width: 320px;
  }

  .form-block {
    width: 320px;
    min-width: 320px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-126 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-119 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-gradient {
    background-image: linear-gradient(rgba(25, 29, 35, .9), rgba(25, 29, 35, .15) 50%, #191d23);
  }

  .page-wrapper {
    display: block;
  }

  .dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding-left: 16px;
  }

  .prospero-link {
    font-size: 24px;
  }

  .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dash_button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .image-wrapper.instagram-image {
    border-radius: 16px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .section-18 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .input-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-left-side {
    padding: 48px 24px;
  }

  .scroll {
    max-width: 89vw;
  }

  .group-row {
    width: 1100px;
  }
}

#w-node-_8ba3145d-b82a-a464-7aa2-8bb7077ca448-dfc16758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ba3145d-b82a-a464-7aa2-8bb7077ca44c-dfc16758 {
  justify-self: start;
}

#w-node-b2a9b860-fc84-fd4b-d67c-fc02b91a7588-18e141f3, #w-node-b2a9b860-fc84-fd4b-d67c-fc02b91a7588-a27f35d8 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8ba3145d-b82a-a464-7aa2-8bb7077ca448-dfc16758 {
    grid-column: span 1 / span 1;
  }
}


