*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
sup {
  line-height: 0;
  font-size: smaller;
  vertical-align: super;
}
sub {
  line-height: 0;
  font-size: smaller;
  vertical-align: sub;
}
.t-clear {
  clear: both;
}
.t-row {
  margin: 0;
}
.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.t-container.flexx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t-container_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t-container_100 {
  width: 100%;
  padding: 0;
}
.t-container_10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
.t-container_8 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  padding: 0;
}
.t-container:before,
.t-container:after,
.t-container_10:before,
.t-container_10:after,
.t-container_8:before,
.t-container_8:after,
.t-container_100:before,
.t-container_100:after {
  display: table;
  content: " ";
  width: 0;
}
.t-container:after,
.t-container_10:after,
.t-container_8:after,
.t-container_100:after {
  clear: both;
}
.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.t-col.flexx {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_flex {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_1 {
  max-width: 60px;
}
.t-col_2 {
  max-width: 160px;
}
.t-col_3 {
  max-width: 260px;
}
.t-col_4 {
  max-width: 360px;
}
.t-col_5 {
  max-width: 460px;
}
.t-col_6 {
  max-width: 560px;
}
.t-col_7 {
  max-width: 660px;
}
.t-col_8 {
  max-width: 760px;
}
.t-col_9 {
  max-width: 860px;
}
.t-col_10 {
  max-width: 960px;
}
.t-col_11 {
  max-width: 1060px;
}
.t-col_12 {
  max-width: 1160px;
}
.t-col_100 {
  max-width: 100vw;
}
.t-prefix_1 {
  padding-left: 100px;
}
.t-prefix_2 {
  padding-left: 200px;
}
.t-prefix_3 {
  padding-left: 300px;
}
.t-prefix_4 {
  padding-left: 400px;
}
.t-prefix_5 {
  padding-left: 500px;
}
.t-prefix_6 {
  padding-left: 600px;
}
.t-prefix_7 {
  padding-left: 700px;
}
.t-prefix_8 {
  padding-left: 800px;
}
.t-prefix_9 {
  padding-left: 900px;
}
.t-prefix_10 {
  padding-left: 1000px;
}
.t-prefix_11 {
  padding-left: 1100px;
}
.t-prefix_12 {
  padding-left: 1200px;
}
.t-width {
  width: 100%;
}
.t-width_1 {
  max-width: 60px;
}
.t-width_2 {
  max-width: 160px;
}
.t-width_3 {
  max-width: 260px;
}
.t-width_4 {
  max-width: 360px;
}
.t-width_5 {
  max-width: 460px;
}
.t-width_6 {
  max-width: 560px;
}
.t-width_7 {
  max-width: 660px;
}
.t-width_8 {
  max-width: 760px;
}
.t-width_9 {
  max-width: 860px;
}
.t-width_10 {
  max-width: 960px;
}
.t-width_11 {
  max-width: 1060px;
}
.t-width_12 {
  max-width: 1160px;
}
.t-width_100 {
  max-width: 100%;
}
.t-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.t-cell_25 {
  width: 25vw;
}
.t-cell_33 {
  width: 33.3333333vw;
}
.t-cell_50 {
  width: 50vw;
}
.t-cell_100 {
  width: 100vw;
}
@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
  .t-container_10 {
    max-width: 780px;
  }
  .t-container_8 {
    max-width: 640px;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .t-col_1 {
    max-width: 60px;
  }
  .t-col_2 {
    max-width: 140px;
  }
  .t-col_3 {
    max-width: 220px;
  }
  .t-col_4 {
    max-width: 300px;
  }
  .t-col_5 {
    max-width: 380px;
  }
  .t-col_6 {
    max-width: 460px;
  }
  .t-col_7 {
    max-width: 540px;
  }
  .t-col_8 {
    max-width: 620px;
  }
  .t-col_9 {
    max-width: 700px;
  }
  .t-col_10 {
    max-width: 780px;
  }
  .t-col_11 {
    max-width: 860px;
  }
  .t-col_12 {
    max-width: 940px;
  }
  .t-prefix_1 {
    padding-left: 80px;
  }
  .t-prefix_2 {
    padding-left: 160px;
  }
  .t-prefix_3 {
    padding-left: 240px;
  }
  .t-prefix_4 {
    padding-left: 320px;
  }
  .t-prefix_5 {
    padding-left: 400px;
  }
  .t-prefix_6 {
    padding-left: 480px;
  }
  .t-prefix_7 {
    padding-left: 560px;
  }
  .t-prefix_8 {
    padding-left: 640px;
  }
  .t-prefix_9 {
    padding-left: 720px;
  }
  .t-prefix_10 {
    padding-left: 800px;
  }
  .t-prefix_11 {
    padding-left: 880px;
  }
  .t-prefix_12 {
    padding-left: 960px;
  }
  .t-width_1 {
    max-width: 60px;
  }
  .t-width_2 {
    max-width: 140px;
  }
  .t-width_3 {
    max-width: 220px;
  }
  .t-width_4 {
    max-width: 300px;
  }
  .t-width_5 {
    max-width: 380px;
  }
  .t-width_6 {
    max-width: 460px;
  }
  .t-width_7 {
    max-width: 540px;
  }
  .t-width_8 {
    max-width: 620px;
  }
  .t-width_9 {
    max-width: 700px;
  }
  .t-width_10 {
    max-width: 780px;
  }
  .t-width_11 {
    max-width: 860px;
  }
  .t-width_12 {
    max-width: 940px;
  }
  .t-width_100 {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .t-container {
    max-width: 640px;
  }
  .t-container.flexx {
    display: block;
  }
  .t-container_flex {
    display: block;
  }
  .t-col {
    display: block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .t-col_1,
  .t-col_2,
  .t-col_3,
  .t-col_4,
  .t-col_5,
  .t-col_6,
  .t-col_7,
  .t-col_8,
  .t-col_9,
  .t-col_10,
  .t-col_11,
  .t-col_12 {
    width: 100%;
    max-width: 100%;
  }
  .t-prefix_1,
  .t-prefix_2,
  .t-prefix_3,
  .t-prefix_4,
  .t-prefix_5,
  .t-prefix_6,
  .t-prefix_7,
  .t-prefix_8,
  .t-prefix_9,
  .t-prefix_10,
  .t-prefix_11,
  .t-prefix_12 {
    padding-left: none;
  }
}

.banner-img {
    width: 100%;
    height: 100%;
}
.t-form .t-form__inputsbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t-form .t-form__inputsbox .t-input-group {
    width: 100%;
}
img.logo-img {
    width: 250px;
}
img.footer-logo {
    width: 200px;
}
.t-popup__container .t-form .t-form__inputsbox {
  flex-direction: column;
}

#myform {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#myform > div:not(:last-child) {
  margin-bottom: 20px;
  margin-right: 30px;
  overflow: hidden;
}

#myform > div:not(:last-child) label {
  color: rgb(0, 0, 0);
  display: block;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}

#myform > div:not(:last-child) input {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(140, 138, 138);
  font-size: 14px;
  font-weight: 300;
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
  padding: 26px 20px 10px 10px !important;
  opacity: 0.6;
  width: 100%;
}

#myform > div:not(:last-child) input:focus {
  outline: none;
}

#myform > div > button {
  color: #595858;
  border: 1px solid #8c8a8a;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  font-family: Botanica;
  cursor: pointer;
  padding: 0px 15px;
  display: block;
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  height: 50px;
  margin: 15px auto 0;
}


@media (max-width : 1440px) {
  #rec234962811 .tn-elem[data-elem-id="1601309888827"],
  #rec234962811 .tn-elem[data-elem-id="1601321263611"],
  #rec234962811 .tn-elem[data-elem-id="1601322140954"] {
    width: 54vw !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1599210547172"] {
    left: 70% !important;
  }
  #myform {
    padding: 0 50px;
  }
}

@media (max-width : 1200px) {
  #rec235654601 .tn-elem[data-elem-id="1601302317258"] {
    top: 320px !important;
  }
  #rec235642248 .tn-elem[data-elem-id="1601759266833"] {
    top: 280px !important;
  }
}

@media (max-width : 1024px) {
  #rec234962802 .tn-elem[data-elem-id="1599163209288"] .tn-atom {
    transform: translate(150px, 0px);
  }
  .last-li {
    top: 492px !important;
    left: 384px !important;
    width: 450px !important;
  }
  .last-li-three {
    left: 384px !important;
    width: 450px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263611"] {
    top: 170px !important;
    left: 384px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601309888827"] {
    top: 50px !important;
    left: 384px !important;
  }
  .last-li-btn {
    top: 519px !important;
  }
  .last-li-btn + .last-li-btn {
    top: 542px !important;
  }
  #rec234962809 .tn-elem[data-elem-id="1601307663486"] {
    top: 85% !important;
  }
  #rec234962809 .tn-elem[data-elem-id="1601307663490"] {
    top: 88% !important;
  }
  #rec234962802 .tn-elem[data-elem-id="1601302276275"] {
    text-align: right !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1599210547172"] {
    left: 60% !important;
  }
  #rec327785329 .tn-elem[data-elem-id="1624354972531"] {
    left: 360px !important;
  }
  #myform > div:not(:last-child) {
    margin-right: 20px;
  }
  #myform > div > button {
    max-width: 167px;
    width: 100%; 
  }
}

@media (max-width : 991px) {
  #rec234962811 .tn-elem[data-elem-id="1601318988510"] .tn-atom {
    font-size: 40px !important;
  }
  #myform {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #rec234962812 .tn-elem[data-elem-id="1601323794949"] {
    top: 395px !important;
  }
  #rec236030344 .tn-elem[data-elem-id="1601819388673"] {
    top: 664px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601309888827"], #rec234962811 .tn-elem[data-elem-id="1601321263611"], #rec234962811 .tn-elem[data-elem-id="1601322140954"] {
    width: 64vw !important;
  }
  #rec234962802 .tn-elem[data-elem-id="1601302276275"] {
    left: 20% !important;
  }
  #rec234962809 .tn-elem[data-elem-id="1601309888827"] {
    width: 220px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601309888827"] {
    top: 30px !important;
    left: 254px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263611"] {
    top: 180px !important;
    left: 254px !important;
  }
  .last-li {
    top: 472px !important;
    left: 254px !important;
    width: 310px !important;
  }
  .last-li-three {
    left: 254px !important;
    width: 450px !important;
    top: 345px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263621"] {
    left: 250px !important;
    top: 300px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263628"] {
    top: 300px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601320103623"] {
    left: 250px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601320478374"] {
    left: 250px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601322140964"] {
    left: 250px !important;
    top: 460px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601322140971"] {
    top: 460px !important;
  }
  .t-form .t-form__inputsbox {
    flex-direction: column;
  }
  #rec234962814 .tn-elem[data-elem-id="1601326668264"], #rec234962814 .tn-elem[data-elem-id="1601326688037"] {
    left: 270px !important;
  }
  #rec235642248 .tn-elem[data-elem-id="1601759266833"] {
    top: 310px !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1601302317258"] {
    top: 240px !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1599210547172"] {
    left: 50% !important;
  }
  #rec327785329 .tn-elem[data-elem-id="1624354972531"] {
    left: 320px !important;
  }
  #rec236030344 .tn-elem[data-elem-id="1624046570706"] {
    width: 510px !important;
  }
  #myform > div:not(:last-child) input {
    padding: 20px 20px 10px 0 !important;
  }
}

@media (max-width : 767px) {
  #rec234962802 .tn-elem[data-elem-id="1599163209288"] {
    left: 100px !important;
  }
  #myform {
    padding: 0 30px;
  }
  #myform > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #rec236030344 .tn-elem[data-elem-id="1601819388673"] {
    top: 700px !important;
  }
  #rec234962802 .tn-elem[data-elem-id="1601302317258"] {
    top: 282px !important;
    left: 156px !important;
    width: 200px !important;
  }
  #rec234962802 .tn-elem[data-elem-id="1601302276275"] {
    top: 280px !important;
    left: -40 !important;
    width: 220px !important;
  }
  #rec234962802 .tn-elem[data-elem-id="1599163432305"] {
    top: 236px !important;
  }
  #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeinup"] {
    top: 93px !important;
    left: 50% !important;
    width: 220px !important;
    transform: translateX(-50%) !important;
  }
  #rec234962808 .tn-elem[data-elem-id="1601310428954"] {
    width: 240px !important;
  }
  #rec234962809 .tn-elem[data-elem-id="1601309888827"] {
    width: 90% !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601318988510"] {
    width: 90% !important;
    text-align: center;
  }
  #rec234962811 .tn-elem[data-elem-id="1601309888827"] {
    top: 130px !important;
    left: 30px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263611"] {
    top: 280px !important;
    left: 30px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601309888827"], #rec234962811 .tn-elem[data-elem-id="1601321263611"], #rec234962811 .tn-elem[data-elem-id="1601322140954"] {
    width: 90% !important;
  }
  .last-li-three {
    left: 30px !important;
    top: 430px !important;
  }
  .last-li {
    top: 570px !important;
    left: 30px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601307663486"] {
    top: 235px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601307663490"] {
    top: 260px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601320103631"] {
    width: 100% !important;
    left: 0 !important;
    top: 112px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601321263621"] {
    left: 0px !important;
    top: 410px !important;
    width: 100% !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601320478381"] {
    width: 100% !important;
    left: 0 !important;
    top: 272px !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601322140964"] {
    left: 0px !important;
    top: 550px !important;
    width: 100% !important;
  }
  #rec234962811 .tn-elem[data-elem-id="1601320478374"],
  #rec234962811 .tn-elem[data-elem-id="1601321263628"],
  #rec234962811 .tn-elem[data-elem-id="1601322140971"] {
    display: none;
  }
  #rec234962811 .tn-elem[data-elem-id="1601307663486"],
  #rec234962811 .tn-elem[data-elem-id="1601307663490"],
  #rec234962811 .tn-elem[data-elem-id="1601321263597"],
  #rec234962811 .tn-elem[data-elem-id="1601321263603"],
  #rec234962811 .tn-elem[data-elem-id="1601322140943"],
  #rec234962811 .tn-elem[data-elem-id="1601322140947"] {
    display: none;
  }
  #rec234962814 .tn-elem[data-elem-id="1601307663486"] .tn-atom {
    text-align: center !important;
  }
  #rec234962814 .tn-elem[data-elem-id="1601326668264"], #rec234962814 .tn-elem[data-elem-id="1601326688037"] {
    left: 150px !important;
  }
  #rec234962814 .tn-elem[data-elem-id="1601326688037"] {
    top: 240px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  #rec234962814 .tn-elem[data-elem-id="1601326668264"], #rec234962814 .tn-elem[data-elem-id="1601326688037"] {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
  }
  #rec234962809 .tn-elem[data-elem-id="1601307663486"] {
    top: 96% !important;
  }
  #rec234962809 .tn-elem[data-elem-id="1601307663490"] {
    top: 100% !important;
  }
  img.logo-img {
    width: 200px;
  }
  #rec327785329 .tn-elem[data-elem-id="1624354972531"] {
    left: 250px !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1599163432305"] {
    left: 61px !important;
    top: 190px !important;
  }
  #rec235654601 .tn-elem[data-elem-id="1599210547172"] {
    left: 40% !important;
  }
  #rec235642248 .tn-elem[data-elem-id="1601759266833"] {
    top: 260px !important;
  }
  #myform {
    grid-template-columns: 1fr;
  }
  #myform > div:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width : 480px) {
  #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeinup"] {
    top: 54px !important;
  }
}