.page_form .wrap form section .select select, .section .wrap .pricing.three .price header, .section .wrap .pricing .price header {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page_form .wrap form section .two:after, .section .wrap .pricing:after, .section .wrap .three_cols:after, .section .wrap form:after, .section .wrap .image_text:after, .section .wrap .text_image:after {
  content: "";
  display: block;
  clear: both;
}

.page_form .wrap form section button, .quote .wrap article h3, .section .wrap .pricing.three .price header p, .section .wrap .pricing .price header p, .section .wrap .three_cols .column h3, .section .wrap .image_text .text h3, .section .wrap .text_image .text h3, .defination .wrap p em, .defination .wrap h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.page_form .wrap form section .select span, .quote .wrap article, .section .wrap .pricing.three .price header ul li p, .defination .wrap p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.page_form .wrap header h2 em, .section .wrap .pricing.three .price header h3, .section .wrap .pricing .price header h3, .section .wrap header h2 em, .hero .wrap h1 em {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-style: italic;
}

.sticky_header .wrap h2 {
  font-family: baskerville-display-pt, serif;
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: rgb(41, 71, 50);
}

#main_header {
  padding: 60px 0;
  border-bottom: 0;
}
#main_header .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1000px;
}
#main_header .wrap h2 {
  font-size: 3.75rem;
}

.sticky_header {
  padding: 20px 0;
}
.sticky_header .wrap {
  margin: 0 50px;
}
.sticky_header .wrap h2 {
  font-size: 3rem;
}
.sticky_header .wrap > a {
  padding: 10px 20px 11px 20px;
  font-size: 1rem;
  border-radius: 10px;
}

.hero {
  padding: 0;
  border-bottom: 0;
}
.hero .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1000px;
}
.hero .wrap h1 {
  font-size: 3.4375rem;
  line-height: 1;
}
.hero .wrap h1 em {
  font-size: 4.25rem;
  line-height: 1.125;
  display: inline-block;
  letter-spacing: -1px;
}
.hero .wrap p {
  font-size: 1.5rem;
  line-height: 1.4;
  width: 650px;
  margin: 16px auto 0 auto;
}
.hero .wrap figure {
  margin: 50px 0 0 0;
}
.hero .wrap video {
  margin: 50px 0 0 0;
}

.defination {
  padding: 100px 0 0 0;
}
.defination .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 75px 100px;
  max-width: 1000px;
}
.defination .wrap h2 {
  font-size: 2.25rem;
  margin: 0 0 30px 0;
}
.defination .wrap p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.defination .wrap p + p {
  margin: 24px 0 0 0;
}
.defination + .section {
  margin-top: 100px;
}

.section {
  border-bottom: 0;
  margin-top: 150px;
  padding: 0;
}
.section .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1000px;
}
.section .wrap header h2 {
  font-size: 3.4375rem;
  line-height: 1;
  width: 650px;
  margin: 0 auto;
}
.section .wrap header h2 em {
  font-size: 4.25rem;
  line-height: 1.125;
  display: inline-block;
  letter-spacing: -1px;
}
.section .wrap header h2.one_line {
  width: 100%;
}
.section .wrap header p {
  font-size: 1.5rem;
  line-height: 1.4;
  width: 700px;
  margin: 16px auto 0 auto;
}
.section .wrap header + section {
  margin-top: 100px;
}
.section .wrap .text_image {
  position: relative;
  margin: 75px 0 0 0;
}
.section .wrap .text_image .text {
  width: 475px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section .wrap .text_image .text h3 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.section .wrap .text_image .text h3 em {
  font-size: 2.625rem;
  display: block;
  letter-spacing: -1px;
}
.section .wrap .text_image .text p {
  font-size: 1.125rem;
}
.section .wrap .text_image .image {
  height: 350px;
  width: 475px;
  background-color: black;
  float: right;
  margin: 0;
  position: relative;
}
.section .wrap .text_image .image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .wrap .text_image + .image_text {
  margin-top: 50px;
}
.section .wrap .image_text {
  position: relative;
}
.section .wrap .image_text .text {
  width: 475px;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section .wrap .image_text .text h3 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.section .wrap .image_text .text h3 em {
  font-size: 2.625rem;
  display: block;
  letter-spacing: -1px;
}
.section .wrap .image_text .text p {
  font-size: 1.125rem;
}
.section .wrap .image_text .image {
  height: 350px;
  width: 475px;
  background-color: black;
  float: left;
  margin: 0;
  position: relative;
}
.section .wrap .image_text .image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .wrap .image_text + .text_image {
  margin-top: 50px;
}
.section .wrap form {
  margin: 50px auto 0 auto;
  max-width: 750px;
}
.section .wrap form .input {
  width: -webkit-calc(100% - 225px);
  width: calc(100% - 225px);
  float: left;
}
.section .wrap form .input input {
  height: 65px;
  border: 1px solid rgb(237, 233, 217);
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 25px;
}
.section .wrap form button {
  height: 65px;
  margin: 0;
  width: 225px;
  float: right;
  font-size: 1.125rem;
  line-height: 1;
}
.section .wrap .three_cols {
  margin: 75px 0 0 0;
}
.section .wrap .three_cols .column {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
  text-align: left;
}
.section .wrap .three_cols .column figure {
  margin: 0 0 32px 0;
}
.section .wrap .three_cols .column h3 {
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.section .wrap .three_cols .column p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.section .wrap .three_cols .column:nth-child(2) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.section .wrap .three_cols .column:nth-child(3) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.section .wrap .three_cols .column + .column {
  margin: 0 0 0 20px;
}
.section .wrap .pricing .price {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
  text-align: left;
}
.section .wrap .pricing .price header {
  padding: 30px;
}
.section .wrap .pricing .price header h3 {
  color: rgb(41, 71, 50);
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -1px;
}
.section .wrap .pricing .price header h3 span {
  display: block;
  color: rgb(132, 132, 132);
}
.section .wrap .pricing .price header ul {
  margin: 22px 0 0 0;
}
.section .wrap .pricing .price header ul li {
  padding: 14px 0;
}
.section .wrap .pricing .price header ul li p {
  font-size: 1.125rem;
}
.section .wrap .pricing .price header p {
  font-size: 1.25rem;
  line-height: 1;
  width: auto;
  margin: 24px 0 0 0;
  color: rgb(41, 71, 50);
}
.section .wrap .pricing .price + .price {
  margin-left: 20px;
  margin-top: 0;
}
.section .wrap .pricing.three .price {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
  text-align: left;
}
.section .wrap .pricing.three .price header {
  padding: 20px;
}
.section .wrap .pricing.three .price header h3 {
  color: rgb(41, 71, 50);
  font-size: 1.5rem;
  line-height: 1;
  height: 48px;
  letter-spacing: -1px;
}
.section .wrap .pricing.three .price header h3 span {
  display: block;
  color: rgb(132, 132, 132);
}
.section .wrap .pricing.three .price header ul {
  margin: 22px 0 0 0;
}
.section .wrap .pricing.three .price header ul li {
  padding: 10px 0;
}
.section .wrap .pricing.three .price header ul li p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
.section .wrap .pricing.three .price header p {
  font-size: 1.125rem;
  line-height: 1;
  width: auto;
  margin: 24px 0 5px 0;
  color: rgb(41, 71, 50);
}
.section .wrap .pricing.three .price + .price {
  margin-left: 20px;
  margin-top: 0;
}
.section.first_element {
  margin-top: 0;
}

.quote {
  padding: 0;
  margin: 125px 0 0 0;
}
.quote .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 75px 100px;
  max-width: 1000px;
}
.quote .wrap article {
  line-height: 1.5;
}
.quote .wrap article p {
  font-size: 1.25rem;
}
.quote .wrap article h3 {
  margin: 1em 0 0 0;
  font-size: 1.5rem;
}

.page_form {
  margin: 0;
  padding: 0 0 50px 0;
}
.page_form .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1000px;
}
.page_form .wrap header h2 {
  font-size: 3.4375rem;
  line-height: 1;
}
.page_form .wrap header h2 em {
  font-size: 4.25rem;
  line-height: 1.125;
  display: inline-block;
  letter-spacing: -1px;
}
.page_form .wrap header p {
  font-size: 1.5rem;
  line-height: 1.4;
  width: 650px;
  margin: 16px auto 0 auto;
}
.page_form .wrap form {
  max-width: 750px;
  margin: 60px auto 0 auto;
}
.page_form .wrap form section h3 {
  font-size: 2.5rem;
  margin: 0 0 30px 0;
}
.page_form .wrap form section .select span {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
}
.page_form .wrap form section .select select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  border: 1px solid rgb(237, 233, 217);
  color: rgb(237, 233, 217);
  border-radius: 0;
  padding: 0 15px;
  font-size: 1.125rem;
}
.page_form .wrap form section .select + .input, .page_form .wrap form section .select + .two {
  margin-top: 20px;
}
.page_form .wrap form section .input input {
  height: 55px;
  padding: 0 15px;
  font-size: 1.125rem;
}
.page_form .wrap form section .input textarea {
  min-height: 155px;
  padding: 15px;
  font-size: 1.125rem;
}
.page_form .wrap form section .input + .input, .page_form .wrap form section .input + .two {
  margin-top: 20px;
}
.page_form .wrap form section .input + .select {
  margin-top: 30px;
}
.page_form .wrap form section .two .input {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}
.page_form .wrap form section .two .input + .input {
  float: right;
  margin: 0;
}
.page_form .wrap form section .two + .input, .page_form .wrap form section .two + .two, .page_form .wrap form section .two + .select {
  margin-top: 20px;
}
.page_form .wrap form section .two + .select {
  margin-top: 30px;
}
.page_form .wrap form section button {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 55px;
  background-color: rgb(237, 233, 217);
  color: rgb(41, 71, 50);
  font-size: 1.125rem;
  line-height: 1;
  margin: 30px 0 0 0;
  border: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_form .wrap form section button:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.page_form .wrap form section + section {
  margin-top: 60px;
}
.page_form .wrap .success {
  max-width: 750px;
  margin: 40px auto 0 auto;
  padding: 50px;
}
.page_form .wrap .success h2 {
  font-size: 2rem;
}
.page_form .wrap .success p {
  font-size: 1.25rem;
  line-height: 1.25;
}
.page_form .wrap .success a {
  height: 50px;
  width: 250px;
  font-size: 1.125rem;
  padding: 16px 0 0 0;
}

.main_footer {
  margin: 150px 0 0 0;
  text-align: center;
  padding: 0 0 75px 0;
}
.main_footer .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1000px;
}
.main_footer .wrap h2 {
  font-size: 2.625rem;
}
.main_footer .wrap p {
  font-size: 1rem;
  margin: 16px 0 0 0;
}
.main_footer .wrap section p {
  font-size: 0.875rem;
}

.mlt-cookie-consent {
  width: 600px !important;
  left: auto !important;
  border: 1px solid rgb(22, 22, 22) !important;
  bottom: 20px !important;
  right: 20px !important;
}
.mlt-cookie-consent .mlt-cc-wrap {
  width: auto !important;
}
.mlt-cookie-consent .mlt-cc-wrap > header .mlt-cc-menu {
  float: none !important;
}

/*# sourceMappingURL=desktop.css.map */
