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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

a {
  color: #5d3eff;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
}

li {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #4e5d78;
  font-size: 16px;
}

blockquote {
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #5d3eff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.menu_left {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #fff;
}

.product_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_section {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #fff;
}

.top_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13%;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(23, 48, 73, 0.05);
}

.fp_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #173049;
  font-size: 15px;
  text-decoration: none;
}

.fp_link.w--current {
  border-left: 3px solid #6165ff;
  background-color: #f5fafc;
}

.buy_wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  min-height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_buy_01 {
  width: 100%;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 10px 25px;
  border: 1px none #6165ff;
  border-radius: 100px;
  background-color: #5b3acc;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.lnd_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 175px 5% 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5b3acc;
}

.menu_title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(23, 48, 73, 0.04);
}

.text_block_01 {
  color: rgba(23, 48, 73, 0.39);
  font-weight: 500;
  letter-spacing: 2px;
}

.menu_body {
  overflow: auto;
  height: 75%;
  max-height: 75vh;
  border-bottom: 1px solid rgba(23, 48, 73, 0.09);
}

.b01 {
  min-height: 400px;
  padding: 120px 5%;
  background-color: #fff;
}

.b01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b01_blog_image {
  position: relative;
  min-height: 190px;
  padding: 5px;
  border-radius: 4px 4px 0px 0px;
  background-image: url('../images/highrise.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.b01_card {
  overflow: hidden;
  width: 32%;
  border: 1px solid #ebecf0;
  border-radius: 10px;
}

.b01_card_text {
  padding: 25px 25px 15px 15px;
}

.b01_date {
  margin-bottom: 15px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.b01_paragraph {
  color: #8a94a6;
}

.b01_link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.te01 {
  min-height: 400px;
  padding: 90px 5%;
  background-color: #fff;
}

.te01_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 200px;
  padding: 42px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.te01_card:hover {
  box-shadow: 7px 7px 55px 0 #ebecf0;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.te01_avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te01_name {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #0a1f44;
  font-size: 18px;
  line-height: 21px;
}

.te01_job_title {
  margin-bottom: 10px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.te01_social_icon {
  width: 18px;
}

.te01_social_link {
  margin-right: 8px;
  margin-left: 8px;
}

.body {
  background-color: #fff;
}

.lnd_content_description {
  margin-right: 14px;
  color: #6165ff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.lnd_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cl01 {
  padding: 90px 5%;
  background-color: #fff;
}

.cl01_logo {
  display: inline-block;
  width: 25%;
  padding: 25px 35px;
}

.cl04 {
  min-height: 400px;
  padding: 80px 5%;
  background-color: #fff;
}

.cl04_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cl04_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cl04_card:hover {
  box-shadow: 7px 7px 35px 0 rgba(193, 199, 208, 0.25);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.cl04_card_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe06_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(227, 217, 252, 0.49);
  font-style: italic;
}

.fe06_icon_image {
  width: 25px;
}

.tab01_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-right: 35px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab01_h4 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.tab01_tab {
  min-width: 200px;
  margin-bottom: 15px;
  padding: 15px 25px 20px;
  border-radius: 8px;
  background-color: transparent;
  color: #0a1f44;
}

.tab01_tab.w--current {
  border-radius: 8px;
  background-color: #5d3eff;
  color: #fff;
}

.tab01_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lnd_footer_columns {
  margin-top: 35px;
}

.lnd_footer_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lnd_footer_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lnd_link {
  margin-bottom: 5px;
  margin-left: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #8a94a6;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.lnd_link:hover {
  color: #0a1f44;
}

.slide_nav {
  bottom: -55px;
  margin-top: 27px;
}

.t02_testimonial_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t02_icon {
  width: 25px;
  height: 25px;
  color: #4e5d78;
  font-size: 22px;
}

.t02_slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.t02_slide_arrow_right {
  color: #000;
}

.p01_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.p01_h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
}

.p01_h2.strikethrough {
  text-decoration: line-through;
}

.p01_paragraph {
  min-height: 120px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.p01_button {
  margin-top: auto;
  margin-left: 0px;
  padding: 12px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #5d3eff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #5d3eff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p01_button.current_plan {
  border-color: #b0b7c3;
  color: #b0b7c3;
}

.p01_info_text {
  max-width: 200px;
  margin-top: 12px;
  color: #b0b7c3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.p01_info_text.save {
  margin-top: 0px;
  margin-bottom: 12px;
}

.p01_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #5d3eff;
  border-radius: 50px;
  background-color: #f5fafc;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.p01_tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-color: #6165ff;
  border-radius: 50px;
  background-color: #5d3eff;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.focus_blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #5d3eff;
}

.te03 {
  min-height: 400px;
  padding: 90px 5%;
  background-color: #fff;
}

.te01_card_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te03_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 350px;
  padding: 35px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.te03_card:hover {
  box-shadow: 7px 7px 55px 0 #ebecf0;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.t04_name {
  margin-bottom: 4px;
  color: #33334f;
  font-size: 16px;
  font-weight: 600;
}

.c01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t04 {
  display: block;
  min-height: 620px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t04_container {
  display: block;
  max-width: 1140px;
  margin: 55px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t04_slide {
  width: 50%;
  padding: 20px;
  background-color: transparent;
}

.t04_slider {
  height: 100%;
  background-color: transparent;
}

.t04_author_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t04_paragraph {
  margin-bottom: 30px;
  color: #4e5d78;
}

.t04_mask {
  overflow: hidden;
}

.t04_slider_nav {
  left: 0px;
  bottom: -68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  opacity: 0.05;
}

.t04_left_arrow {
  left: 20px;
  top: -455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  background-color: #fff;
}

.t04_right_arrow {
  left: -75%;
  top: -455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  background-color: #fff;
}

.t04_star {
  width: 16px;
  margin-right: 6px;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

.lnd_body {
  background-color: #f5f7fd;
}

.c04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c04_column {
  padding-right: 25px;
  padding-left: 0px;
}

.lnd_paragraph_02 {
  max-width: 560px;
  margin-bottom: 0px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.f03_container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c05_h3 {
  max-width: 520px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}

.c05_title {
  margin-bottom: 8px;
  color: rgba(118, 126, 173, 0.59);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.b04 {
  padding: 100px 5%;
  background-color: #fff;
}

.b04_card_text {
  position: relative;
  top: auto;
  height: auto;
  padding: 20px 20px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b04_card {
  overflow: hidden;
  width: 32%;
  margin-bottom: 2vw;
  margin-left: 1%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.b04_card_text_featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 35px 35px 35px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b04_card_featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 510px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 3px 3px 10px 0 rgba(118, 126, 173, 0.13);
}

.b04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f02_text {
  font-family: Sfprodisplay;
  color: #55c395;
  font-size: 16px;
}

.f02_form_wrap {
  margin-bottom: 0px;
}

.f02_button {
  min-height: 48px;
  min-width: 160px;
  border-radius: 40px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.f02_input {
  min-height: 48px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none;
  border-radius: 40px;
  background-color: #ebecf0;
  color: #4e5d78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.f02_input::-webkit-input-placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.f02_input:-ms-input-placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.f02_input::-ms-input-placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.f02_input::placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.c08_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c08_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 80px auto 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c08_column {
  position: relative;
  z-index: 3;
  width: 33%;
  min-height: 190px;
  padding-right: 35px;
}

.c08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lnd_header_container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_content_h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
}

.lnd_highlight {
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.lnd_details {
  max-width: 500px;
  margin-bottom: 25px;
  color: rgba(245, 247, 253, 0.65);
  font-size: 18px;
  line-height: 24px;
}

.colour_wrap {
  display: block;
  width: 100%;
  height: 200px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.06);
}

.colour_title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour_title_text {
  margin-top: 4px;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.colour_block {
  position: relative;
  height: 60%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fcaa07;
}

.colour_block.c4 {
  background-color: #fcaa07;
}

.colour_block.c2 {
  background-color: #5b7fff;
}

.colour_block.c3 {
  background-color: #38cb89;
}

.colour_block.c5 {
  background-color: #0a1f44;
}

.colour_block.c6 {
  background-color: #e3d9fc;
}

.colour_block.c7 {
  background-color: #e6edff;
}

.colour_block.c8 {
  background-color: #e9f9f0;
}

.colour_block.c9 {
  background-color: #fff7e9;
}

.colour_block.c11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1f44;
}

.colour_block.c12 {
  background-color: #4e5d78;
}

.colour_block.c13 {
  background-color: #8a94a6;
}

.colour_block.c14 {
  background-color: #fff;
}

.colour_block.c14 {
  background-color: #b0b7c3;
}

.colour_block.c15 {
  background-color: #c1c7d0;
}

.colour_block.c16 {
  background-color: #ebecf0;
}

.colour_block.c17 {
  background-color: #fafbfc;
}

.colour_block.c18 {
  background-color: #fff;
}

.colour_block.c10_02 {
  background-color: #fff3f1;
}

.colour_block.c6 {
  background-color: #fe3e3e;
}

.colour_block.brand1 {
  background-color: #262982;
}

.colour_block.brand2 {
  background-color: #5d3eff;
}

.colour_block.b3 {
  background-color: #6454fc;
}

.colour_block.b4 {
  background-color: #c6c7fe;
}

.colour_block.b5 {
  background-color: #0a1f44;
}

.colour_block.b6 {
  background-color: #697c9e;
}

.colour_block.b7 {
  background-color: #c7d1e7;
}

.colour_block.b8 {
  background-color: #e6edff;
}

.colour_block.b9 {
  background-color: #c50000;
}

.colour_block.b10 {
  background-color: #ff1010;
}

.colour_block.b11 {
  background-color: #f97200;
}

.colour_block.b12 {
  background-color: #fcaa07;
}

.colour_block.b13 {
  background-color: #ffe20d;
}

.colour_block.b14 {
  background-color: #fff094;
}

.colour_block._15 {
  background-color: #fff6be;
}

.colour_block_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colour_wrap_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colour_wrapper {
  width: 25%;
  min-height: 150px;
  margin-right: 15px;
}

.lnd_page_content {
  overflow: hidden;
  padding: 35px 5%;
}

.container_colour {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_elements {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.element_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lnd_dropdown_text {
  font-weight: 500;
  text-decoration: none;
}

.button_drop {
  min-width: 130px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
}

.button_drop.w--open {
  width: 100%;
}

.dropdown_list {
  padding: 0px;
}

.dropdown_list.w--open {
  margin-top: 5px;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.button_disable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f6f8;
  color: #d6d6d6;
  font-size: 15px;
  font-weight: 500;
}

.button_warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fcaa07;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_warning:hover {
  background-color: #f0a101;
}

.button_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_p:hover {
  background-color: #5234eb;
}

.button_p.apply-coupon {
  margin-left: 8px;
}

.button_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_error:hover {
  background-color: #de350b;
}

.button_dropdown {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 4px;
  background-color: #f5f6f8;
  color: #333;
}

.dropdown_link {
  padding-left: 15px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #4f5e78;
  font-size: 15px;
}

.dropdown_link:hover {
  background-color: #fafafa;
}

.button_default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f6f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
}

.button_default:hover {
  background-color: #e9edf5;
}

.button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 120px;
  padding: 15px 15px 15px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-p-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button-p-round:hover {
  background-color: #6e3be2;
}

.button-d-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f5f6f8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
}

.button-d-round:hover {
  background-color: #e9edf5;
}

.dropdown_round {
  min-width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
}

.dropdown_round.w--open {
  width: 100%;
}

.dropdown-round {
  min-width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #f5f6f8;
  color: #333;
}

.input_paypal {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 4px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}

.input_paypal:focus {
  border-color: #5d3eff;
}

.input_focused {
  position: relative;
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 5px;
  border: 1.5px solid #5d3eff;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.paypal {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0px;
}

.alert_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
  max-width: 330px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert_image {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0px;
}

.paypal_input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
  max-width: 330px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_instruction {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.33);
  font-size: 13px;
}

.link_block {
  position: absolute;
}

.f03_link {
  display: block;
  margin-bottom: 11px;
  color: hsla(0, 0%, 100%, 0.69);
  text-decoration: none;
}

.f03_social_wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.f03_text {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.f03_title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.f03_social_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.f03_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.f03_footer_wrap {
  padding-top: 35px;
}

.f03_h4 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.f03_social_link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.shadow_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(118, 126, 173, 0.33);
}

.fp_h3 {
  margin-bottom: 8px;
  color: #4e5d78;
  font-size: 34px;
  line-height: 38px;
}

.fp_title_wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.alert_line_2 {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.details_type_wrap {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ececec;
}

.alert_warning {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffc107;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.details_wrap {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.alert_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.column {
  margin-bottom: 35px;
}

.details_type_02 {
  margin-left: 8px;
  float: left;
  color: #816ef3;
}

.alert_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert_6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.alert_default {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.details_type {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.alert_7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #afaec2;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.paragraph-2-a {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
}

.paragraph-2-a.white-text {
  color: #fff;
}

.details_line {
  width: 30%;
  height: 1px;
  min-width: 220px;
  margin-top: 8px;
  background-color: #ebecf0;
}

.avatar_wrap {
  position: relative;
  width: 20%;
  margin-bottom: 0px;
}

.details_type_03 {
  margin-top: 3px;
  margin-left: 0px;
  float: left;
  color: #4e5d78;
}

.details_wrap_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button_disable_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ebecf0;
  color: #b0b7c3;
  font-size: 15px;
  font-weight: 500;
}

.button_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0284fe;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_info:hover {
  background-color: #0277e7;
}

.button_success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #36ab80;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_success:hover {
  background-color: #309a78;
}

.button_info_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #5762ff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_info_round:hover {
  background-color: #5375ee;
}

.button_success_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #36ab80;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_success_round:hover {
  background-color: #309a78;
}

.button_wraning_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcaa07;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_wraning_round:hover {
  background-color: #f0a101;
}

.button_error_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff5630;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_error_round:hover {
  background-color: #ee4823;
}

.button_w_secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffc107;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffc107;
  font-size: 15px;
  font-weight: 500;
}

.button_w_secondary:hover {
  background-color: #ffc107;
  color: #fff;
}

.button_e_secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fe3e3e;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  color: #fe3e3e;
  font-size: 15px;
  font-weight: 500;
}

.button_e_secondary:hover {
  background-color: #fe3e3e;
  color: #fff;
}

.button_p_secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #5d3eff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.button_p_secondary:hover {
  background-color: #5d3eff;
  color: #fff;
}

.button_s_secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #36ab80;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  color: #26b564;
  font-size: 15px;
  font-weight: 500;
}

.button_s_secondary:hover {
  background-color: #36ab80;
  color: #fff;
}

.avatar_p_96 {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  background-color: #d5dff7;
  background-image: url('../images/account.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar_p_40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-image: url('../images/wuaeGZnN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar_p_32 {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-image: url('../images/avatar_1avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar_p_24 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-image: url('../images/68_168.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar_p_16 {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-image: url('../images/avatar_1avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar_d_96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5b3acc;
}

.avatar_d_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5b7fff;
}

.avatar_d_32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #38cb89;
}

.avatar_d_24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fcaa07;
}

.tb_text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 500;
}

.tb_text_2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.tb_text_03 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.tb_text_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.avatar_d_16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff5630;
}

.tb_text_05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
}

.button_p_secondary_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #5d3eff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.button_p_secondary_r:hover {
  background-color: #5d3eff;
  color: #fff;
}

.button_s_secondary_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #36ab80;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  color: #26b564;
  font-size: 15px;
  font-weight: 500;
}

.button_s_secondary_r:hover {
  background-color: #36ab80;
  color: #fff;
}

.button_w_secondary_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffc107;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffc107;
  font-size: 15px;
  font-weight: 500;
}

.button_w_secondary_r:hover {
  background-color: #ffc107;
  color: #fff;
}

.button_e_secondary_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fe3e3e;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  color: #fe3e3e;
  font-size: 15px;
  font-weight: 500;
}

.button_e_secondary_r:hover {
  background-color: #fe3e3e;
  color: #fff;
}

.form_element_wrap {
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.input_disabled {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 5px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.input_disabled:focus {
  border-color: #5d3eff;
}

.input_success {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 5px;
  border: 1.5px solid #36ab80;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.input_success:focus {
  border-color: #5d3eff;
}

.input_error {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 0px;
  border: 1.5px solid #fe3e3e;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.input_error:focus {
  border-color: #5d3eff;
}

.tag-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.div_block_09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #2dc76d;
}

.input_warning {
  position: relative;
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 0px;
  border: 1.5px solid #ffab00;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.input_warning:focus {
  border-color: #5d3eff;
}

.text_01 {
  margin-left: 10px;
  color: #2dc76d;
  font-weight: 700;
}

.tag_text {
  color: #fff;
  font-weight: 600;
}

.button_bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0%;
  background-color: #f5f7fd;
}

.nav_text {
  position: relative;
  z-index: 5;
  color: #4e5d78;
  font-weight: 500;
}

.element_wrap_btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content_paragraph {
  margin-bottom: 45px;
  color: #8a94a6;
  font-size: 18px;
  line-height: 29px;
}

.fp_h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.fp_component_wrap {
  width: 50%;
  min-height: 400px;
}

.form_column_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plain_input_long {
  max-width: 330px;
  min-height: 100px;
  margin-bottom: 5px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.plain_input_long:focus {
  border-color: #5d3eff;
}

.focused_input_long {
  max-width: 330px;
  min-height: 100px;
  border: 1.5px solid #5d3eff;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.focused_input_long:focus {
  border-color: #5d3eff;
}

.warning_input_long {
  max-width: 330px;
  min-height: 100px;
  border: 1.5px solid #ffab00;
  border-radius: 4px;
  background-color: #fafbfc;
  font-size: 16px;
}

.warning_input_long:focus {
  border-color: #5d3eff;
}

.m03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  min-height: 240px;
  margin-bottom: 35px;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m06_title {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
}

.m01_text {
  color: #8b95a7;
  font-size: 16px;
}

.m01_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m03_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 5px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #36ab80;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m03_button_02:hover {
  background-color: #309a78;
}

.m01_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.button_buy {
  position: relative;
  display: none;
  height: 45px;
  max-width: 170px;
  min-width: 130px;
  padding: 5px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffab00;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Sfprodisplay;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_buy:hover {
  background-color: #3213d3;
}

.div_block_01 {
  width: 1px;
  height: 60%;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #fff;
}

.div_block_02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_block_03 {
  margin-right: 40px;
}

.badge_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 120px;
  padding: 15px 15px 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pill_text_default {
  color: #33334f;
  font-weight: 700;
}

.pill_default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f5f7fd;
}

.pill_text_white {
  color: #fff;
  font-weight: 700;
}

.pill_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff5630;
}

.pill_warning_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff7e9;
}

.pill_text_gressen {
  font-weight: 700;
}

.pill_text_purple {
  color: #5d3eff;
  font-weight: 700;
}

.badge_default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f7fd;
}

.badge_p_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e3d9fc;
}

.badge_success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #38cb89;
  color: #fff;
}

.badge_warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fcaa07;
  color: #fff;
}

.badge_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  color: #fff;
}

.tag_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d5dff7;
}

.tag_circle_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5d3eff;
}

.tag_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ebecf0;
}

.tag_d_text {
  margin-left: 10px;
  color: #4e5d78;
  font-weight: 700;
}

.tag_circle_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #4e5d78;
}

.tag_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff7e9;
}

.tag-w-text {
  margin-left: 10px;
  color: #fcaa07;
  font-weight: 700;
}

.tag-cirle-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fcaa07;
}

.tag-e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff3f1;
}

.tag-e-text {
  margin-left: 10px;
  color: #ff5630;
  font-weight: 700;
}

.tag-cirle-e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff5630;
}

.typograhy_wrap {
  margin-bottom: 45px;
}

.m09 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.input_payment {
  max-width: 330px;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}

.input_payment:focus {
  border-color: #5d3eff;
}

.cta03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
  background-image: url('../images/map-18b073154fe6a34a0819d1c79f404288.png');
  background-position: 50% 50%;
}

.form06_account {
  color: #5d3eff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.m11 {
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  min-height: 390px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 4px 4px 13px 0 rgba(118, 126, 173, 0.08);
}

.m11_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 22px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/highrise.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m11_content {
  position: relative;
  height: 55%;
  padding: 25px;
}

.m11_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.m11_name {
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.m11_title {
  margin-bottom: 0px;
  color: #8a94a6;
  font-size: 15px;
  line-height: 20px;
}

.m11_paragraph {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 22px;
}

.tag-s_landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 15px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  min-height: 55px;
  min-width: 55px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.element-wrap-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.badge-p-2-tight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e3d9fc;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
}

.paragraph_small {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.detail_messages {
  max-width: 600px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.q2 {
  max-width: 600px;
  border-left-color: #fcaa07;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.button_info_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(87, 98, 255, 0.15);
  color: #5b7fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.button_info_d:hover {
  background-color: rgba(87, 98, 255, 0.26);
}

.button_info_d.large {
  font-size: 18px;
  line-height: 22px;
}

.button_success_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e9f9f0;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #38cb89;
  font-size: 15px;
  font-weight: 500;
}

.button_success_d:hover {
  background-color: #dcf0e5;
}

.button_warning_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fffaf1;
  color: #fcaa07;
  font-size: 15px;
  font-weight: 500;
}

.button_warning_d:hover {
  background-color: #f8f3e9;
}

.button_error_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff3f1;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fe3e3e;
  font-size: 15px;
  font-weight: 500;
}

.button_error_d:hover {
  background-color: #f6e6e3;
}

.button_info_round_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d5dff7;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #5b7fff;
  font-size: 15px;
  font-weight: 500;
}

.button_info_round_d:hover {
  background-color: #c6d2ee;
}

.button_success_round_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #36ab80;
  font-size: 15px;
  font-weight: 500;
}

.button_success_round_d:hover {
  background-color: #dcf0e5;
}

.button_warning_round_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fffaf1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffab00;
  font-size: 15px;
  font-weight: 500;
}

.button_warning_round_d:hover {
  background-color: #f8f3e9;
}

.button_error_round_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff3f1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fe3e3e;
  font-size: 15px;
  font-weight: 500;
}

.button_error_round_d:hover {
  background-color: #f6e6e3;
}

.logo_forest {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.nav02_en_dropdown {
  padding: 0px;
}

.nav02_en_dropdown.w--open {
  left: 0%;
  top: 45px;
  bottom: auto;
  margin-top: 5px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_tag_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 70px;
  margin: 0px auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(97, 101, 255, 0.37);
  border-radius: 10px;
}

.menu_wrap {
  display: block;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.large_paragraph {
  font-size: 18px;
  font-weight: 400;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.bold {
  font-weight: 700;
}

.em {
  font-style: italic;
}

.delete {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.mark {
  background-color: rgba(255, 171, 0, 0.23);
}

.pill_purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #6165ff;
}

.badge_purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
}

.badge_s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e9f9f0;
  color: #38cb89;
}

.badge_w2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff7e9;
  color: #fcaa07;
}

.badge_e2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff3f1;
  color: #fe3e3e;
}

.m11_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e9f9f0;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #38cb89;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.icon {
  margin-right: 5px;
}

.image-41 {
  width: 40px;
}

.div_block_05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-list-2-mob {
  min-width: 200%;
}

.dropdown-list-2-mob.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.lnd_nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  font-size: 15px;
  text-decoration: none;
}

.lnd_nav_item:hover {
  background-color: #f8faff;
}

.lnd_nav_item.hide2 {
  display: none;
}

.lnd_dropdown_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0a1f44;
  text-decoration: none;
}

.lnd_dropdown_link:hover {
  border-radius: 4px;
  background-color: #f8faff;
}

.dropdown-toggle-mob {
  width: 35px;
  height: 35px;
  padding: 0px;
}

.div_block_06 {
  min-height: auto;
  min-width: 320px;
  padding: 15px 10px 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 9px 9px 17px 5px rgba(0, 0, 0, 0.19);
}

.div_block_08 {
  min-width: 200px;
}

.drop-down-menu-button-mob {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-radius: 100px;
  background-color: #f5f6f8;
  background-image: url('../images/menu_1menu.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.drop-down-menu-button-mob:hover {
  background-color: #dadee6;
}

.div_block_07 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(155, 158, 184, 0.32);
}

.div_block_07.hide-3 {
  display: none;
}

.lnd_nav_link_text {
  font-weight: 500;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: none;
}

.text-block-39 {
  margin-bottom: 8px;
  font-family: Karla;
  color: #5d3eff;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-39.hide1 {
  display: none;
}

.dropdown-text {
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_dropdown {
  min-width: 200px;
}

.lnd_dropdown.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.t03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t03_container {
  position: relative;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t03_slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.t03_author_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_footer_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
}

.f02 {
  padding: 80px 5%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.f02_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(155, 158, 184, 0.26);
}

.f03 {
  padding: 100px 5%;
  background-color: #5b3acc;
}

.f03_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.f03_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f08_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.n04_logo {
  margin-right: 55px;
}

.n04_logo.w--current {
  margin-right: 55px;
}

.t03_icon {
  width: auto;
  color: #000;
}

.t06_icon {
  color: #000;
  font-size: 17px;
}

.t03_card {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 650px;
  min-height: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(193, 199, 208, 0.48);
}

.t03_name_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t03_slider_nav {
  display: none;
}

.t03_slide {
  height: auto;
}

.t03_mask {
  overflow: hidden;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fp_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 570px;
  padding: 55px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5b3acc;
}

.m03_title {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.m04_icon {
  width: 50px;
  margin-bottom: 15px;
}

.m05_icon {
  width: 25px;
  margin-bottom: 15px;
}

.m01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-bottom: 35px;
  padding: 38px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m02_title {
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.m02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m02_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 130px;
  margin-right: 5px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m02_button:hover {
  background-color: #5375ee;
}

.m06 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.p03_tabs {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.shadow_column {
  width: 20%;
}

.details_wrap_02 {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s1_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(118, 126, 173, 0.08);
}

.s2_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 8px 0 rgba(118, 126, 173, 0.08);
}

.s3_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.08);
}

.s4_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(118, 126, 173, 0.08);
}

.s5_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 30px 60px 0 rgba(118, 126, 173, 0.12);
}

.is1_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset -1px 1px 2px 0 rgba(118, 126, 173, 0.05);
}

.is2_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset -1px 1px 3px 0 rgba(118, 126, 173, 0.12);
}

.is3_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset -4px 4px 8px 0 rgba(118, 126, 173, 0.12);
}

.lnd_content {
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.lnd_h3 {
  margin: 0px auto 35px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.lnd_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #5d3eff;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_button:hover {
  background-color: #6c3add;
  color: #fff;
}

.lnd_button_explore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 160px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px dashed #e0e4df;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: rgba(10, 31, 68, 0.53);
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.lnd_button_explore:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #e9f9f0;
  color: #38cb89;
}

.lnd_paragraph {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.lnd_service_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 100%;
  min-height: 320px;
  padding: 40px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lnd_service_wrap:hover {
  border-color: #38cb89;
}

.lnd_h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #192063;
  font-size: 22px;
  line-height: 29px;
}

.lnd_service_icon {
  position: absolute;
  left: 15px;
  top: -30px;
  right: 0%;
  bottom: auto;
  width: 65px;
}

.lnd_link_text {
  margin-right: 8px;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

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

.link.coupon {
  margin-right: auto;
  margin-left: auto;
}

.lnd_content_block {
  width: 50%;
  min-height: 200px;
  padding-left: 15px;
}

.lnd_h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0a1f44;
  line-height: 45px;
  font-weight: 700;
}

.lnd_icon {
  margin-bottom: 15px;
}

.lnd_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_img_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t01 {
  display: block;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t01_h3 {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.t01_quote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #c1c7d0;
  font-size: 80px;
  line-height: 50px;
}

.t05_job_title {
  color: #c1c7d0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t01_name {
  margin-bottom: 4px;
  color: #4e5d78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t02_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t02_avatar {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_slider_arrow {
  width: 8px;
}

.t04_block {
  position: relative;
  height: 100%;
  min-height: 350px;
  padding: 25px 20px 20px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(195, 198, 213, 0.09);
}

.t04_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t02 {
  display: block;
  overflow: hidden;
  padding: 70px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lnd_span {
  color: #0a1f44;
  font-weight: 500;
}

.lnd_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_btn:hover {
  background-color: #ddf3e7;
}

.main_img_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  min-width: 500px;
  padding-right: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.lnd_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.lnd_container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_link_arrow {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.lnd_check_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_checks {
  margin-top: 25px;
  margin-bottom: 25px;
}

.lnd_hero_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lnd_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  min-height: 710px;
  padding: 100px 5% 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  background-image: url('../images/forest_hero.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lnd_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 35px;
  min-width: 120px;
  margin-bottom: 15px;
  padding: 5px 15px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.lnd_badge_text {
  margin-left: 8px;
  color: #38cb89;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lnd_badge_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #38cb89;
}

.ldn_h1 {
  max-width: 630px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.lnd-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 100px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 130px 5% 0px;
  background-color: transparent;
  background-image: url('../images/header.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h01_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff7e9;
}

.h01_tag_text {
  margin-left: 10px;
  color: rgba(255, 171, 0, 0.7);
  font-weight: 700;
}

.h01_h1 {
  max-width: 610px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.h01_paragraph {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.h01_button {
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px none #6165ff;
  border-radius: 100px;
  background-color: #fcaa07;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h01_tag_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffab00;
}

.h01_tag_t {
  font-family: Sfprodisplay;
  color: #fff;
  font-weight: 600;
}

.h01_span_highlight {
  color: #ffab00;
}

.h01_dashboard {
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.h04 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding: 90px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
}

.h04_h1 {
  max-width: 610px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  text-align: left;
}

.h04_paragraph {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  text-align: left;
}

.h04_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h04_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h04_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h04_button:hover {
  background-color: #d6eee0;
}

.fp_h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
}

.tag-d2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4e5d78;
}

.tag-cirle-d2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.tag-d2-text {
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
}

.tag_text_d2 {
  color: #4e5d78;
  font-weight: 600;
}

.tag-p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #5d3eff;
}

.tag-cirle-p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.tag_text_p2 {
  color: #5d3eff;
  font-weight: 600;
}

.lnd_cta_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_container_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  min-height: 45px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #6454fc;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #262982;
  color: #fff;
}

.cta-button.sidebar-button {
  max-width: none;
  min-height: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lnd_faq {
  padding: 180px 5% 120px;
}

.f08_social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5d3eff;
}

.f08_column {
  display: block;
  width: 20%;
  min-height: 200px;
}

.f08_link {
  display: block;
  margin-bottom: 10px;
  color: #8a94a6;
  font-size: 15px;
  text-decoration: none;
}

.f08_input {
  min-height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #c6dce5;
  border-radius: 50px;
  color: #7b92b5;
}

.f08_wrap {
  position: relative;
  padding: 100px 5%;
  border-bottom: 1px none #e6e6e6;
}

.f08_paragraph {
  max-width: 500px;
  margin-bottom: 20px;
  color: #142c65;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.f08 {
  background-color: #fff;
}

.f08_button {
  position: relative;
  left: -35px;
  min-height: 45px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #5d3eff;
}

.f08_column_large {
  width: 40%;
  min-height: 200px;
}

.f08_social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f08_legal_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 15px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ebecf0;
  background-color: #fff;
}

.lnd_cta_tex_plain {
  font-weight: 500;
}

.lnd_heading_link {
  color: #f5f7fd;
  text-decoration: none;
}

.h04_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h04_link_plain {
  color: #f5f7fd;
  text-decoration: none;
}

.h08 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  min-height: 600px;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7fd;
  background-image: url('../images/5af2e3301b12597fee306297_main-hero.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h08_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  max-width: 160px;
  min-height: 35px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #5d3eff;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f5f7fd;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h08_button:hover {
  background-color: #6b39dd;
}

.h08_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h08_text {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #4e5d78;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.h08_container {
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h08_h1 {
  max-width: 610px;
  margin: 0px auto 15px;
  color: #33334f;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.fe01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 70px auto 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe01 {
  display: block;
  min-height: 300px;
  padding: 70px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe01_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  min-height: 310px;
  padding: 40px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fe01_card:hover {
  border-color: #38cb89;
}

.fe01_h5 {
  margin-bottom: 15px;
  color: #192063;
  font-size: 22px;
  line-height: 29px;
}

.fe01_icon {
  position: absolute;
  left: 15px;
  top: -30px;
  right: 0%;
  bottom: auto;
  width: 65px;
}

.fe01_text {
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
}

.fe04 {
  display: block;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe04_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.fe04_card:hover {
  border-radius: 10px;
}

.fe04_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(227, 217, 252, 0.56);
}

.fe04_icon_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #e6edff;
}

.fe04_icon_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #e9f9f0;
}

.fe04_icon_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fffaf1;
}

.fe04_icon_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff3f1;
}

.fe01_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.fe04_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe04_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe04_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.fe04_icon_text {
  margin-top: 8px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.fe06 {
  display: block;
  min-height: 500px;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe06_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe06_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe06_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe06_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.fe06_row {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.fe06_h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe06_text {
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
  text-align: left;
}

.cta-header {
  max-width: 710px;
  margin: 0px auto;
  color: #f5f7fd;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
}

.lnd_cta_bar {
  position: absolute;
  left: 25px;
  top: -38px;
  right: 25px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 760px;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 40px 3px rgba(118, 126, 173, 0.08);
  font-size: 16px;
}

.p03_icon {
  margin-right: 10px;
}

.clubs_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0 rgba(193, 199, 208, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.clubs_club_logo {
  width: 75px;
  height: auto;
}

.clubs_club_logo.sidebar {
  width: 35px;
  margin-right: 10px;
  margin-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fe07_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 160px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9f9f0;
  color: #38cb89;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.fe07 {
  display: block;
  min-height: 500px;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.clubs_description {
  max-width: 500px;
  margin-bottom: 18px;
  text-align: center;
}

.clubs_name {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: #0a1f44;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}

.fe07_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe07_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe07_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.rh_section_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clubs_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 85vh;
  min-height: 750px;
  padding-right: 5%;
  padding-bottom: 90px;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
  background-image: url('../images/waves.svg');
  background-position: 50% 101%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h10_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.h10_text {
  max-width: 500px;
  margin-bottom: 20px;
  color: #f5f7fd;
  font-size: 17px;
  font-weight: 500;
}

.h10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h10_button {
  margin-right: 10px;
  padding: 12px 40px;
  border: 1px none #6165ff;
  border-radius: 100px;
  background-color: #f5f7fd;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.h12 {
  position: relative;
  display: block;
  min-height: 60vh;
  padding: 110px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/template_bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.h12_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h12_h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.h12_text {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.h12_button {
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 12px 52px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #5b7fff;
  font-weight: 500;
}

.h12_image {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.h14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 70px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/side-shape-2.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h14_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #33334f;
  font-size: 42px;
}

.h14_text {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 17px;
  text-align: left;
}

.h14_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.h14_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.h14_btn:hover {
  background-color: #d6eee0;
}

.lnd_navigation {
  display: block;
  padding: 10px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_toggle_primary {
  margin-right: 5px;
  padding-right: 25px;
}

.lnd_nav_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_nav_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_dropdown_wrap {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-radius: 100px;
  background-color: #f8faff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.lnd_dropdown_wrap:hover {
  background-color: #e9eefa;
}

.lnd_nav_link {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_nav_link:hover {
  color: #5b3acc;
}

.lnd_nav_link.w--current {
  color: #5b3acc;
}

.lnd_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab01 {
  padding: 100px 5%;
  background-color: #fff;
}

.tab01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab01_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lnd_h1_faq {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

.lnd_text_faq {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.lnd_badge_faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 5px 20px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.lnd_badge_faq_text {
  margin-left: 8px;
  color: #38cb89;
  font-weight: 700;
}

.lnd_badge_faq_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #38cb89;
}

.lnd_footer {
  min-height: 400px;
  padding: 100px 5%;
  background-color: #fafbfc;
}

.lnd_faq_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 500;
}

.faq-main-wrap {
  margin-bottom: 20px;
}

.temp01_link_01 {
  color: #5d3eff;
}

.lnd_container_hero {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_nav_line_2 {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-right: 5px;
  margin-left: 10px;
  background-color: #ebecf0;
}

.lnd_dropdown_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 790px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, 0.1);
}

.lnd_dropdown_list {
  background-color: transparent;
}

.lnd_dropdown_list.w--open {
  left: -125px;
  background-color: transparent;
}

.lnd_nav_col_1 {
  width: 23%;
  padding: 15px;
}

.lnd_nav_col_3 {
  width: 25%;
  padding: 15px;
}

.lnd_nav_title {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #5d3eff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_content_800 {
  max-width: 800px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.lnd_button_4 {
  margin-left: 0px;
  padding: 12px 35px;
  border-radius: 30px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.lnd_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(155, 158, 184, 0.26);
}

.lnd_footer_caption {
  display: inline-block;
  margin-right: 15px;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 500;
}

.lnd_footer_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.c01_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c01_title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.c01_block {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.c01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c04_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.c04_title {
  margin-bottom: 8px;
  color: rgba(118, 126, 173, 0.59);
  font-weight: 700;
  letter-spacing: 1px;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c04_container {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c04_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 50px;
  background-color: #5d3eff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.c04_button:hover {
  background-color: #5b56e0;
}

.c04_block_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 80px;
  clear: both;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c05_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
  text-align: center;
}

.c05_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p01 {
  display: block;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 705px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing_subtitle {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #0a1f44;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.p01_tab_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p01_pane {
  padding-top: 55px;
  padding-bottom: 35px;
}

.p03 {
  display: block;
  padding: 90px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p03_pricing_type {
  color: #c1c7d0;
  font-weight: 400;
  letter-spacing: 1px;
}

.p03_pricing_text {
  color: #0a1f44;
  font-size: 15px;
}

.p03_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p03_button {
  width: 60%;
  min-width: 170px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ebecf0;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5d3eff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p03_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.p03_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p03_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 135px;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.p03_tab.w--current {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 40px;
  background-color: #5d3eff;
  color: #fff;
  font-weight: 600;
}

.p03_tab.w--current:hover {
  color: #fff;
}

.p03_title_wrap {
  margin-bottom: 15px;
}

.p03_pricing_type_02 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.p03_pricing_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fe3e3e;
}

.p03_container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.p03_pricing_line {
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
  background-color: #ebecf0;
}

.p03_pricing_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p03_pricing_details_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #5d3eff;
}

.p03_pricing {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p03_check_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p03_pricing_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 430px;
  padding: 25px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #ebecf0;
  border-radius: 20px;
  background-color: #fff;
}

.p03_h3 {
  margin: 0px auto 45px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.cl01_logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cl01_image {
  width: 200px;
}

.cl01_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.cl01_title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.cl04_logo_img {
  width: 130px;
}

.cl04_h3 {
  max-width: 480px;
  margin: 0px auto 25px;
  color: #33334f;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
}

.t05 {
  display: block;
  min-height: 300px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t05_col_1 {
  width: 33%;
  min-height: 350px;
  padding: 24px;
  border-top: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.t05_author_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t05_author_name_wrap {
  padding-left: 10px;
}

.t05_col_2 {
  width: 33%;
  min-height: 350px;
  padding: 24px;
  border: 1px solid #ebecf0;
}

.t05_col_3 {
  width: 33%;
  min-height: 350px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebecf0 #ebecf0 #ebecf0 #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.h04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
}

.cta01_h2 {
  max-width: 710px;
  margin: 0px auto 25px;
  color: #f5f7fd;
  font-size: 33px;
  text-align: center;
}

.cta01_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f5f7fd;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #5d3eff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta01_button:hover {
  background-color: #6433d6;
  color: #fff;
}

.cta01_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta01_bar {
  position: absolute;
  left: 25px;
  top: -38px;
  right: 25px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 760px;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 3px rgba(78, 93, 120, 0.13);
  font-size: 16px;
}

.cta01_bar_image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.cta03_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.cta03_paragraph {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #f1f1f1;
  font-size: 17px;
  text-align: center;
}

.cta03_input {
  max-width: 380px;
  min-height: 55px;
  margin-right: 10px;
  margin-bottom: 0px;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.cta03_input:focus {
  border-color: #5d3eff;
}

.cta03_button {
  min-height: 55px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #fff;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.cta03_light_paragraph {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.faq01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq01_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.faq01-comment {
  overflow: hidden;
  height: 0px;
  padding-top: 15px;
}

.faq01_paragraph {
  margin-left: 30px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.faq01_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.faq02_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 20px 30px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #ebecf0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0px;
}

.faq02-comment {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 25px;
  border-top: 1px none #ebecf0;
  border-right: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
}

.faq02-comment.faq02_bottom_block {
  padding-top: 8px;
  border-bottom: 1px solid #ebecf0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq02_paragraph {
  margin-top: 14px;
  margin-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #8a94a6;
  font-size: 16px;
  line-height: 25px;
}

.faq02_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.faq02_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.faq02_h6.noselect {
  font-size: 17px;
  font-weight: 500;
}

.faq02_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.t05_quote {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 37px;
}

.t05_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t05_h3 {
  margin: 0px auto 25px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.lnd_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_title_wrap {
  margin-bottom: 55px;
}

.c05_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  margin-top: 15px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #5d3eff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.c05_button:hover {
  background-color: #6c3adf;
}

.c01_focus_colour {
  color: #5d3eff;
}

.c04_button_text {
  margin-right: 8px;
}

.c05_focus {
  color: #5d3eff;
}

.c05_button_text {
  margin-right: 8px;
}

.c08_h3 {
  margin: 0px auto 15px;
  color: #0a1f44;
  line-height: 45px;
}

.c08_paragraph {
  display: block;
  max-width: 560px;
  margin-bottom: 15px;
}

.c08_title {
  margin-bottom: 8px;
  color: #8a94a6;
  font-weight: 700;
  letter-spacing: 1px;
}

.c08_h6 {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.c08_number_low {
  position: absolute;
  left: -7px;
  top: -25px;
  z-index: 2;
  color: rgba(117, 64, 238, 0.03);
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}

.tab01_h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
}

.tab01_paragraph {
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #4e5d78;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.tab01_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.lnd_social_wrap {
  float: right;
}

.lnd_footer_text {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 500;
}

.h08_pattern {
  position: absolute;
  left: -72px;
  top: 105px;
  right: 113px;
  bottom: 0px;
  max-height: 250px;
  max-width: 250px;
}

.h08_pattern_02 {
  position: absolute;
  top: -97px;
  right: 32px;
  z-index: 2;
}

.h14_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h14_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c04_columns {
  margin-bottom: 30px;
}

.fe01_span {
  color: #0a1f44;
  font-weight: 500;
}

.t01_span {
  color: #5d3eff;
}

.t02_name {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t02_paragraph {
  margin-bottom: 39px;
  text-align: center;
}

.t04_job_titlle {
  color: #5d3eff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t05_paragraph {
  margin-bottom: 30px;
  color: #4e5d78;
}

.t05_name {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t05_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.t05_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta03_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta03_form_base {
  width: 100%;
  max-width: 530px;
  margin-top: 15px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
}

.cta03_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta05_text_light {
  color: #f5f7fd;
  font-size: 13px;
  line-height: 18px;
}

.cta05_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 100px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-size: cover;
}

.cta05_h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  text-align: left;
}

.cta05_title {
  max-width: 500px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta01_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta01_logo {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.cta01_text {
  font-weight: 500;
}

.cta01_link {
  text-decoration: none;
}

.cta03_form_block {
  margin-top: 10px;
}

.cta03_form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta05_title_wrap {
  display: inline-block;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.te01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.te01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.te01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.te01_title_wrap {
  margin-bottom: 35px;
}

.te01_social_icon_space {
  width: 18px;
}

.te03_name {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te03_job_title {
  margin-bottom: 10px;
  color: #a5a4a8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.te03_avatar {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te03_paragraph {
  max-width: 560px;
  min-height: 90px;
  margin-bottom: 20px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.te03_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.te03_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.te03_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te03_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te03_avatar_02 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te03_avatar_03 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te01_avatar_02 {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te01_avatar_03 {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te01_avatar_04 {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te03_card_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c04_icon {
  width: 45px;
  margin-bottom: 25px;
}

.lnd_logo_forest {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.t02_mask {
  overflow: hidden;
}

.fe08_title_wrap {
  margin-bottom: 55px;
}

.fe06_icon_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(213, 223, 247, 0.36);
  font-style: italic;
}

.fe06_icon_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e9f9f0;
  font-style: italic;
}

.fe06_icon_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fffaf1;
  font-style: italic;
}

.fe04_link_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.t01_image {
  width: 140px;
}

.t01_job_title {
  color: #c1c7d0;
  font-weight: 600;
  letter-spacing: 1px;
}

.t02_logo {
  width: 120px;
}

.t02_avatar_02 {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t03_avatar_01 {
  position: relative;
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t03_text_block {
  max-width: 420px;
  color: #66748d;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.t03_name {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t03_logo {
  width: 140px;
  margin-bottom: 5px;
}

.t05_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t05_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t02_slide_arrow_left {
  color: #000;
}

.cta05_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta05_button {
  width: 100%;
  max-width: 240px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #0a1f44;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.cta03_link {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  color: rgba(255, 255, 255, 0.59);
}

.cta03_link:hover {
  color: #fff;
}

.t05_testimoninal_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p01_tabs {
  margin-top: 50px;
}

.p01_column {
  overflow: visible;
}

.p01_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p01_tabs_content {
  overflow: visible;
}

.p01_button_02 {
  margin-top: 25px;
  margin-left: 0px;
  padding: 12px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #5d3eff;
  border-radius: 50px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #f5fafc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_glossary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1030px;
  min-height: 200px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.lnd_component_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  min-height: 50px;
  min-width: 140px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #38cb89;
  text-decoration: none;
}

.lnd_component_button:hover {
  background-color: #dbf0e4;
}

.lnd_tab_text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.lnd_template_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.lnd_template_column {
  width: 33%;
  min-height: 200px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.lnd_card_text_wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lnd_card_title {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_link_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.lnd_h3_02 {
  margin: 0px auto 10px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.lnd_container_02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_h6 {
  margin-bottom: 0px;
  color: #5d3eff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_template_buy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #5d3eff;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 0px 0px;
  background-size: 300%;
  box-shadow: 1px 1px 25px 0 #ebecf0;
}

.lnd_card_title_white {
  margin-bottom: 25px;
  color: #f5f7fd;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_h6_white {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_text_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_btn_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_btn_02:hover {
  background-color: #ddf3e7;
}

.lnd_card_template_01 {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
  background-image: url('../images/01.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_title_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lnd_h6_05 {
  margin-bottom: 0px;
  color: #5d3eff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.lnd_component_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  min-height: 50px;
  min-width: 140px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(227, 217, 252, 0.44);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5d3eff;
  text-decoration: none;
}

.lnd_component_button_02:hover {
  background-color: #e3d9fc;
}

.p03_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #0a1f44;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.p03_pane {
  padding-top: 35px;
}

.p03_check_full_wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p03_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t06_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.t06_slider {
  width: 100%;
  height: auto;
  padding-right: 30px;
  padding-bottom: 75px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.t06_card_base {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 8px 2.6rem 0 rgba(193, 199, 208, 0.23);
  color: #b8b9c2;
}

.t06_arrow_right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border: 1px solid #c1c7d0;
  border-radius: 100px;
}

.t06_slider_nav {
  margin-right: 34px;
}

.t01_team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t06_team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t06 {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.t06_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t06_mask {
  overflow: visible;
  width: 40%;
}

.t06_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_name {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t06_job {
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t06_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t06_author_wrap {
  padding-left: 10px;
}

.lnd_nav_col_4 {
  width: 30%;
}

.div-block-110 {
  height: 50%;
  background-color: #f5f7fd;
  background-image: url('../images/hero_image.png');
  background-position: 0px 38px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-110-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav_details_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_h6_white-copy {
  margin-bottom: 0px;
  color: #8a94a6;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_title_white-copy {
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.c04_button_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.c05_button_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.t06_h3 {
  margin: 0px auto 25px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.t06_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.b01_h6 {
  line-height: 24px;
}

.b01_link_block {
  margin-top: 25px;
  text-decoration: none;
}

.m01_title {
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
}

.m01_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 5px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m01_button_02:hover {
  background-color: #5375ee;
}

.m03_text {
  color: #8b95a7;
  font-size: 16px;
  text-align: center;
}

.m03_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.m03_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.f02_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
}

.f02_link {
  margin-bottom: 14px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #8a94a6;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}

.f02_link:hover {
  color: #0a1f44;
}

.f02_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f02_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 390px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f02_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.m03_icon {
  width: 50px;
  margin-bottom: 15px;
}

.m04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  min-height: 240px;
  margin-bottom: 35px;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m04_title {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.m04_text {
  color: #8b95a7;
  font-size: 16px;
  text-align: center;
}

.m04_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.m04_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 5px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m04_button_02:hover {
  background-color: #de350b;
}

.m05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-bottom: 35px;
  padding: 40px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m05_title {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
}

.m05_text {
  color: #8b95a7;
  font-size: 16px;
}

.m05_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.m05_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m05_button_02:hover {
  background-color: #5375ee;
}

.m05_button_wrap {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-left: 0px;
}

.m04_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.m06_text {
  color: #8b95a7;
  font-size: 16px;
}

.m06_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.m06_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m06_button_02:hover {
  background-color: #5375ee;
}

.m06_button_wrap {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m06_content_wrap {
  width: 100%;
  padding: 25px;
}

.m06_image {
  width: 100%;
  min-height: 180px;
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-bottom: 35px;
  padding: 38px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  margin-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.m08_image {
  position: relative;
  width: 45%;
  height: 100%;
  min-height: 200px;
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.m08_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-height: 200px;
  padding: 25px 15px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m08_icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.m08_social_count {
  margin-left: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.m08_text {
  margin-bottom: 15px;
  color: #8b95a7;
  font-size: 16px;
}

.m08_link {
  text-decoration: none;
}

.m08_title {
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
}

.m07_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.m07_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 8px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dce1e7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #33334f;
  font-size: 15px;
  font-weight: 500;
}

.m07_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 5px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m07_button_02:hover {
  background-color: #5375ee;
}

.m07_text {
  color: #8b95a7;
  font-size: 16px;
}

.m07_title {
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 500;
}

.m08_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  padding: 8px 11px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #5d3eff;
}

.b04_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 34px;
  line-height: 41px;
}

.b04_details_text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.b04_paragraph {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
}

.b04_author_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b04_blog_image_feature {
  min-height: 300px;
  background-image: url('../images/59426853_2273803402681441_5747950810931658752_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.b04_author_name {
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
}

.b04_author_image {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/simon-von-allmen-foto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-border {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 40px;
  border-left: 10px solid #ff1010;
}

.f02_columns {
  margin-top: 35px;
}

.f02_social_wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f02_social_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ebecf0;
}

.f02_social_link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.f08_container {
  position: relative;
  z-index: 5;
  display: block;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f08_title {
  max-width: 500px;
  color: #142c65;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.f08_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f08_legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a1f44;
  font-size: 11px;
}

.lnd_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.forest-logo {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.lnd_paragraph_03 {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.form06_h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.form06_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form06_form_block {
  margin-bottom: 0px;
}

.form06_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form06_input:focus {
  border-color: #5d3eff;
}

.form06_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form06_success {
  background-color: #fff;
}

.h01_image_wrap {
  max-width: 800px;
}

.input {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 0px;
  padding-left: 15px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #0a1f44;
  font-size: 16px;
}

.input:focus {
  border-color: #5d3eff;
}

.input.coupon {
  margin-right: 8px;
  margin-bottom: 0px;
}

.input.coupon.hidden {
  display: none;
}

.input.hidden {
  display: none;
}

.input.success {
  border-color: #38cb89;
  background-image: url('../images/checked.svg');
  background-position: 98% 50%;
  background-size: auto 32px;
  background-repeat: no-repeat;
}

.input.error {
  border-color: #fe3e3e;
  background-image: url('../images/error.svg');
  background-position: 98% 50%;
  background-size: auto 32px;
  background-repeat: no-repeat;
}

.m11_tag_text_02 {
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
}

.header-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 100%;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 5px 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav_link:hover {
  background-color: #f8faff;
  text-decoration: none;
}

.nav_details_block {
  height: 50%;
  background-color: #f5f7fd;
  background-image: url('../images/hero_image.png');
  background-position: 0px 38px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav01_search {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 45px;
  min-width: 45px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.nav_column {
  width: 22%;
  padding: 15px;
}

.nav_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: 320px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.nav_details_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7540ee;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav01_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
  background-color: #ebecf0;
}

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  left: -110px;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
}

.nav01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  color: #0a1f44;
}

.nav01.no-box-shadow {
  box-shadow: none;
}

.nav_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_toggle.secondary {
  padding-right: 26px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 26px;
}

.nav_toggle.secondary.country {
  padding-left: 10px;
}

.nav01_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}

.nav01_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  margin-left: 0px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #5d3eff;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav01_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.nav_column_large_02 {
  width: 30%;
}

.nav_title {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_drop {
  display: block;
  height: 100%;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.nav_column_large {
  width: 28%;
  padding: 15px;
}

.nav {
  position: relative;
  z-index: 900;
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebecf0;
}

.nav_link_text {
  font-size: 14px;
  font-weight: 400;
}

.nav02_icon_02 {
  width: 25px;
  margin-right: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.nav02_dropdown_link {
  font-size: 13px;
  font-weight: 500;
}

.nav02_account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav02_account_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 7px 35px 7px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav02_icon {
  margin-right: 15px;
}

.nav02_top_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav04_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav04_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
  color: #a09fb1;
  font-size: 14px;
  font-weight: 500;
}

.nav04 {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.nav01_dropdown_dot {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #f8faff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nav01_dropdown_dot:hover {
  background-color: #e9eefa;
}

.nav01_dot_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_dot_icon {
  width: 20px;
}

.nav01_dot_list {
  min-width: 200%;
}

.nav01_dot_list.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.nav01_dot_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.nav01_dot_link:hover {
  border-radius: 4px;
  background-color: #f8faff;
}

.lnd_image {
  width: 100%;
}

.lnd_container_reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav_heading {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav_h4 {
  margin-bottom: 25px;
  color: #f5f7fd;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav_button:hover {
  background-color: #ddf3e7;
}

.nav_h4_02 {
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.nav_heading_02 {
  margin-bottom: 0px;
  color: #8a94a6;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.nav04_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav04_text {
  color: #8a94a6;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav04_span {
  color: #5d3eff;
}

.nav04_logo {
  margin-right: 35px;
}

.nav04_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav04_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav04_nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.nav04_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
  background-color: #ebecf0;
}

.nav04_link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.nav04_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #7540ee;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav04_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.nav04_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.nav05_icons {
  width: 15px;
  margin-right: 7px;
}

.nav05_icons.livetv {
  width: 20px;
}

.tag-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #38cb89;
}

.tag-cirle-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  color: #38cb89;
}

.tag_text_s2 {
  color: #38cb89;
  font-weight: 600;
}

.tag_p_text {
  margin-left: 10px;
  color: #5d3eff;
  font-weight: 700;
}

.tag_s_text {
  margin-left: 10px;
  color: #2dc76d;
  font-weight: 700;
}

.tag_d_text_02 {
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
}

.nav04_mobile {
  position: relative;
  z-index: 5;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_navigation_mobile {
  display: none;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.cl04_title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.b04_link {
  color: #a3b7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.m11_avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-image: url('../images/t_avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f08_social_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lnd_nav_link_button {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Sfprodisplay;
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_nav_link_button:hover {
  color: #5b3acc;
}

.lnd_nav_link_button.w--current {
  color: #5b3acc;
}

.t07 {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t07_slide {
  background-image: url('../images/a.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.t07_content_block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  max-height: 80%;
  min-height: 310px;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.t07_slider {
  width: 70%;
  min-height: 480px;
}

.t07_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.t07_icon {
  font-size: 13px;
}

.t07_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_link_text {
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav01_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 140px;
}

.nav_icon_arrow {
  position: static;
  margin-right: 0px;
}

.lnd_licence {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  margin: 57px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.1);
}

.lnd_licence_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-width: 130px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #5b7fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.lnd_licence_button:hover {
  background-color: #5375ee;
}

.lnd_licence_block {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.lnd_licence_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.t06_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t06_arrow_left {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c7d0;
  border-radius: 100px;
}

.t07_arrow_left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  background-color: #5d3eff;
}

.t07_arrow_right {
  left: 55px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  background-color: #5d3eff;
}

.t07_h4 {
  margin-top: 0px;
}

.t07_paragraph {
  max-width: 500px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
}

.t07_line_break {
  width: 70px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #5d3eff;
}

.cta03_success {
  padding: 32px;
  border-radius: 10px;
  background-color: rgba(245, 247, 253, 0.4);
  font-family: Sfprodisplay;
  color: #fff;
  font-size: 15px;
}

.cta03_error {
  background-color: transparent;
}

.tab01_text {
  line-height: 25px;
}

.m11_name_wrap {
  margin-left: 15px;
}

.f02_success {
  background-color: transparent;
}

.t08 {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t08_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.t08_column {
  width: 33%;
  margin-bottom: 25px;
  padding: 15px 25px 25px 15px;
}

.t08_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t08_name {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t08_stars {
  margin-bottom: 10px;
}

.t08_star {
  width: 16px;
  margin-right: 6px;
}

.t08_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_05 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t07_stars {
  margin-bottom: 10px;
}

.t07_star {
  width: 16px;
  margin-right: 6px;
}

.lnd_licence_content {
  margin-bottom: 20px;
}

.lnd_licence_title {
  text-align: center;
}

.t03_slider_arrow {
  left: 35%;
  top: 170%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  background-color: #fff;
  font-size: 17px;
}

.t03_slider_arrow_02 {
  top: 170%;
  right: 35%;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  background-color: #fff;
  font-size: 15px;
}

.t08_paragraph {
  font-size: 16px;
}

.form01 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  margin-top: 20px;
  padding: 35px 30px 15px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form01_h5 {
  text-align: center;
}

.form01_paragraph {
  text-align: center;
}

.form01_bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form01_logo {
  width: 55px;
  border-radius: 100px;
  box-shadow: 7px 7px 40px 0 #ebecf0;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form01_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebecf0;
}

.form01_field_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form01_input {
  width: 49%;
  min-height: 48px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 16px;
  font-weight: 400;
}

.form01_input:focus {
  border-color: #5d3eff;
}

.form01_input::-webkit-input-placeholder {
  color: #8a94a6;
}

.form01_input:-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input::-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input::placeholder {
  color: #8a94a6;
}

.form01_button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form01_dropdown {
  min-height: 48px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 16px;
  font-weight: 400;
}

.form01_dropdown.w--open {
  width: 100%;
}

.form01_input_full {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 16px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5d3eff;
}

.form01_input_full::-webkit-input-placeholder {
  color: #8a94a6;
}

.form01_input_full:-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full::-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form01_input_full.message {
  min-height: 144px;
}

.form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.form02 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form02_titles {
  margin-bottom: 25px;
}

.m09_image {
  position: relative;
  min-height: 180px;
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.m09_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m09_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  margin-bottom: 5px;
  padding: 6px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e3d9fc;
}

.m09_badge_text {
  color: #5d3eff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.m10_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebecf0;
}

.m09_h6 {
  margin-bottom: 0px;
  line-height: 29px;
}

.m09_details_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m02_icon {
  width: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.m02_exit {
  position: absolute;
  left: auto;
  top: 10px;
  right: 15px;
  bottom: auto;
}

.m10_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m10_icon {
  width: 35px;
}

.m10_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m09_details_text {
  color: #4e5d78;
  font-size: 16px;
}

.m10_text {
  color: #4e5d78;
  font-size: 16px;
}

.m10_h6 {
  margin-bottom: 0px;
  line-height: 29px;
}

.form04 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 8px 8px 40px 0 rgba(118, 126, 173, 0.14);
}

.form02_h5 {
  text-align: center;
}

.form02_paragraph {
  text-align: center;
}

.form02_field_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form02_input {
  width: 49%;
  min-height: 48px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form02_input:focus {
  border-color: #5d3eff;
}

.form02_input_full {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form02_input_full:focus {
  border-color: #5d3eff;
}

.form02_button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.m11_line {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #ebecf0;
}

.m12 {
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  min-height: 390px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 4px 4px 13px 0 rgba(118, 126, 173, 0.08);
}

.m12_image {
  min-height: 290px;
  background-image: url('../images/product.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.m12_h6 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 29px;
}

.m12_price {
  color: #5d3eff;
  font-size: 20px;
  font-weight: 600;
}

.m12_content {
  position: relative;
  height: 55%;
  padding: 25px;
}

.m12_feature {
  position: absolute;
  left: auto;
  top: -20px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5d3eff;
}

.m12_star {
  width: 15px;
}

.form05 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 630px;
  min-height: 350px;
  padding: 40px 25px 25px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form05_title {
  padding-right: 7px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
}

.form05_success {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #fff;
}

.form05_input {
  display: inline-block;
  width: 200px;
  height: 40px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 8px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  opacity: 0.5;
  color: #ebecf0;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
}

.form05_input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #5d3eff;
  opacity: 1;
  color: #5d3eff;
}

.form05_input::-webkit-input-placeholder {
  color: #4e5d78;
}

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

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

.form05_input::placeholder {
  color: #4e5d78;
}

.form05_input.date {
  width: 120px;
}

.form05_input.budget {
  width: 120px;
}

.form05_input.project {
  width: 280px;
}

.form05_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-label-copy {
  padding-right: 7px;
  clear: none;
  color: #c1c7d0;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form05_top_tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form05_icon {
  position: relative;
  top: -25px;
  width: 65px;
  padding: 5px;
  border-radius: 100px;
  background-color: #fff;
}

.form05_h5 {
  margin-bottom: 15px;
  line-height: 34px;
  text-align: center;
}

.form05_button {
  width: 100%;
  margin-top: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.m13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 4px 4px 13px 0 rgba(118, 126, 173, 0.08);
}

.m13_h4 {
  margin-bottom: 15px;
  line-height: 29px;
}

.m13_paragraph {
  text-align: center;
}

.m13_image {
  width: 70px;
  margin-bottom: 15px;
}

.form01_success {
  background-color: #fff;
}

.form02_success {
  background-color: #fff;
}

.form02_error {
  background-color: #fff;
}

.form04_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form04_title {
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 700;
}

.form04_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebecf0;
}

.form04_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form04_input:focus {
  border-color: #5d3eff;
}

.form04_input_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form04_payment {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0px;
}

.form04_input_wrap_large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form04_input_02 {
  max-width: 32%;
  min-height: 48px;
  margin-bottom: 5px;
  padding-left: 15px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #b0b7c3;
  font-size: 16px;
  font-weight: 400;
}

.form04_input_02:focus {
  border-color: #5d3eff;
}

.form04_button {
  width: 100%;
  margin-top: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form04_success {
  background-color: #fff;
}

.form06 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  padding: 35px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
}

.form06_top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_alert_text.white-text {
  color: #fff;
}

.form_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.gallery_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.g01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g01_column {
  width: 25%;
  padding: 15px;
}

.g01_image {
  height: 200px;
}

.g01_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_02 {
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_03 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_05.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_04 {
  width: 100%;
  height: 100%;
  background-image: url('../images/blog_img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_05 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_06 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_07 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_08 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_column {
  width: 33.333333333333336%;
  padding: 15px;
}

.g02_image {
  height: 250px;
}

.g02_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.g02_image_link_01:hover {
  background-image: url('../images/sail.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g02_column_02 {
  width: 25%;
  padding: 15px;
}

.g02_column_03 {
  width: 50%;
  padding: 15px;
}

.g02_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_05.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_image_link_04 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_image_link_05 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g02_image_link_06 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

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

.tag-w2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcaa07;
}

.tag-e2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fe3e3e;
}

.tag-w2-text {
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
}

.input_payment_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te04 {
  min-height: 400px;
  padding: 90px 5%;
  background-color: #fff;
}

.te04_paragraph {
  max-width: 700px;
  text-align: center;
}

.te04_team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te04_job_title {
  color: #8a94a6;
  font-weight: 500;
}

.te04_social_wrap {
  margin-top: 15px;
}

.te04_social_icon {
  width: 18px;
}

.te04_social_link {
  margin-right: 8px;
  margin-left: 8px;
}

.te04_social_icon_space {
  width: 18px;
}

.te04_name {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te04_avatar {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te04_team_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  min-height: 200px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te04_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-weight: 700;
  text-align: center;
}

.te04_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.te04_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.te04_avatar_02 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_ui_face.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te04_avatar_03 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te04_avatar_04 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te04_avatar_05 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.te04_avatar_06 {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t03_avatar_02 {
  position: relative;
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t04_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_avatar_05 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-120 {
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #ebecf0;
}

.b04_author_image_02 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/simon-von-allmen-foto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_author_image_03 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_author_image_04 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-image {
  min-height: 350px;
  background-color: rgba(199, 209, 231, 0.5);
  background-image: url('../images/59426853_2273803402681441_5747950810931658752_o.jpg');
  background-size: cover;
}

.b04_blog_image_03 {
  min-height: 230px;
  background-image: url('../images/highrise.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_blog_image_04 {
  min-height: 230px;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b01_blog_image_02 {
  position: relative;
  min-height: 190px;
  padding: 5px;
  border-radius: 4px 4px 0px 0px;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b01_blog_image_03 {
  position: relative;
  min-height: 190px;
  padding: 5px;
  border-radius: 4px 4px 0px 0px;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab01_icon_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9f9f0;
}

.tab01_icon {
  width: 22px;
}

.tab01_icon_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fffaf1;
}

.tab01_icon_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #d5dff7;
}

.heading {
  margin-bottom: 35px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #5d3eff;
}

.heading-2 {
  margin-bottom: 25px;
}

.temp_nav {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.temp_nav_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.temp_mobile {
  position: relative;
  z-index: 5;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.temp_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_logo {
  margin-right: 35px;
}

.temp_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.temp_nav_link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}

.temp_nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #7540ee;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.temp_nav_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.temp_nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.temp_nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_mobile_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_nav_right_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta06 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 100px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d3eff;
}

.cta06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta06_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta06_text {
  color: #fff;
}

.cta06_h3 {
  margin-top: 0px;
  color: #fff;
  font-size: 55px;
}

.faq01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.faq01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.faq01_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_nav_menu_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sfprodisplay;
  font-size: 14px;
  font-weight: 600;
}

.temp_nav_link_main {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.lnd_hero_mobile {
  display: none;
}

.lnd_card_template_02 {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
  background-image: url('../images/02.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.tag-cirle-w-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.tag_text_w2 {
  color: #fcaa07;
  font-weight: 600;
}

.tag-cirle-e-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.tag_text-_e2 {
  color: #fe3e3e;
  font-weight: 600;
}

.pill_success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #38cb89;
  font-size: 14px;
}

.pill_success.coupon {
  margin-top: -15px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.pill_warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcaa07;
}

.pill_purple_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e3d9fc;
}

.pill_success_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.pill_error_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff3f1;
}

.pill_text_warning {
  color: #fcaa07;
  font-weight: 700;
}

.pill_text_error {
  color: #ff5630;
  font-weight: 700;
}

.pill_text_green {
  color: #38cb89;
  font-weight: 700;
}

.badge_text_white {
  color: #fff;
  font-weight: 700;
}

.fe09_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe09_column {
  width: 33.333333333333336%;
  min-height: 200px;
  padding-right: 25px;
  padding-left: 25px;
}

.fe09_item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
}

.fe09_icon {
  width: 23px;
  margin-right: 15px;
}

.fe09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5% 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe09_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe09_h4 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #33334f;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.fe09_title {
  margin-bottom: 8px;
  color: #5d3eff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.p01_card_shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 330px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 1px 1px 25px 0 #ebecf0;
  text-align: center;
}

.fe10_number {
  margin-right: 15px;
  color: #4e5d78;
  font-weight: 700;
  letter-spacing: 1px;
}

.fe10_line_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe10_column_right {
  width: 50%;
  padding-right: 25px;
  padding-left: 35px;
}

.fe10_column_left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 600px;
  padding: 46px 35px 46px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fe10_h3 {
  margin-bottom: 55px;
}

.fe10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe10_feature_wrap {
  margin-bottom: 250px;
}

.fe10_line_base {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 400px;
  min-height: 2px;
  background-color: #ebecf0;
}

.fe10_image {
  margin-right: auto;
  margin-left: auto;
}

.fe10_content_block {
  margin-top: 35px;
}

.fe10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.fe10_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  min-height: 2px;
  background-color: #5d3eff;
}

.fe10_h6 {
  margin-bottom: 25px;
  line-height: 25px;
}

.fe10_paragraph {
  margin-bottom: 15px;
}

.fe10_link {
  color: #0a1f44;
  font-weight: 700;
  text-decoration: none;
}

.fe10_counter_wrap {
  margin-bottom: 15px;
}

.fe10_text {
  opacity: 0.5;
  color: #0a1f44;
  font-size: 17px;
  font-weight: 700;
}

.fe10_line_02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  min-height: 2px;
  background-color: #5d3eff;
}

.fe10_line_03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  min-height: 2px;
  background-color: #5d3eff;
}

.fe10_focus {
  color: #5d3eff;
}

.lnd_card_template_03 {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/03.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.faq04_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq04_h4 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

.faq04_title {
  max-width: 500px;
  margin-bottom: 4px;
  color: #5d3eff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faq04_full_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq04_wrap {
  width: 33%;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 25px;
}

.faq04_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.faq04_line {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ebecf0;
}

.faq04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq04_title_wrap {
  margin-bottom: 45px;
}

.form08 {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
}

.form08_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 28px;
  text-align: center;
}

.form08_title_wrap {
  margin-bottom: 25px;
}

.form08_text {
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.form08_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 15px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form08_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form08_form_block {
  margin-bottom: 0px;
}

.form08_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form08_input:focus {
  border-color: #5d3eff;
}

.form08_success {
  background-color: #fff;
}

.form10_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.form10_text {
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.form09_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.form09_text_password {
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.form09_text_signup {
  margin-right: 15px;
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.rh_form_text_account {
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.form08_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.form09_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 15px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form09_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form09_input:focus {
  border-color: #5d3eff;
}

.form09_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form09_form_block {
  margin-bottom: 0px;
}

.form09 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form09_text_title {
  color: #8a94a6;
  font-size: 16px;
  text-align: center;
}

.form09_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 28px;
  text-align: center;
}

.form09_title_wrap {
  margin-bottom: 25px;
}

.form10 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form10_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 28px;
  text-align: center;
}

.form10_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form10_input:focus {
  border-color: #5d3eff;
}

.form10_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 15px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form10_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form10_form_block {
  margin-bottom: 0px;
}

.form10_success {
  background-color: #fff;
}

.form10_title_wrap {
  margin-bottom: 25px;
}

.form09_success {
  background-color: #fff;
}

.lnd_card_template_04 {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
  background-image: url('../images/04.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_card_template_05 {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
  background-image: url('../images/05.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.tab03 {
  padding: 100px 5%;
  background-color: #fff;
}

.tab03_container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.tab03_content {
  overflow: visible;
}

.tab03_arrow_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab03_arrow_block {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 90px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab03_arrow {
  position: absolute;
  left: auto;
  right: 0%;
  width: 15px;
  opacity: 0.5;
}

.tab03_tab_arrow_02 {
  position: absolute;
  left: 28%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab03_title {
  margin-top: 15px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
}

.tab03_h2 {
  margin-bottom: 25px;
  color: #0a1f44;
}

.tab03_tab_link {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tab03_tab_link.w--current {
  background-color: transparent;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab03_icon {
  max-width: 25px;
}

.tab03_block_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab03_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.tab03_tab_arrow_03 {
  position: absolute;
  left: 48%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab03_tab_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab03_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
}

.tab03_icon_wrap:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #6000fc;
}

.tab03_icon_wrap.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 27, 27, 0.77)), to(#fd9a0f));
  background-image: linear-gradient(180deg, rgba(206, 27, 27, 0.77), #fd9a0f);
}

.tab03_pane {
  min-height: 500px;
  background-color: #fafbfc;
}

.tab03_tab_arrow_05 {
  position: absolute;
  left: 88%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab03_tab_arrow {
  position: absolute;
  left: 8%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab03_paragraph {
  color: #4e5d78;
}

.tab03_tabs {
  top: -100px;
}

.tab03_block_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab03_tab_arrow_04 {
  position: absolute;
  left: 68%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab01_image {
  position: relative;
  border-radius: 9px;
}

.form11_label_title {
  margin-bottom: 7px;
}

.form11 {
  position: relative;
  max-width: 450px;
  padding: 35px 25px 25px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
}

.form11_line {
  width: 100%;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 26px;
  background-color: rgba(79, 94, 120, 0.1);
}

.form11_image {
  position: absolute;
  left: 25px;
  top: -20px;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  box-shadow: 0 -1px 30px 0 rgba(32, 27, 61, 0.16);
}

.form11_paragraph {
  color: #4f5e78;
  font-size: 15px;
  line-height: 23px;
}

.c11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c11_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c11_centre_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c11_process_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c11_process_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c11_h4 {
  margin-top: 0px;
  color: #1d1f45;
  font-size: 29px;
  font-weight: 700;
}

.c11_process_card_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c11_process_line {
  position: absolute;
  width: 2px;
  height: 65%;
  background-image: url('../images/line.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.c11_centre_icon_wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, 0.14);
}

.c11_paragraph {
  font-size: 16px;
  line-height: 26px;
}

.c11_centre_step {
  color: #6937ff;
  font-size: 18px;
  font-weight: 600;
}

.c11_process_details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c11_process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c11_title {
  margin-bottom: 8px;
  color: #8a94a6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.c11_h3 {
  margin: 0px auto 25px;
  color: #0a1f44;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
}

.c11_title_wrap {
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form11_h5 {
  margin-bottom: 14px;
  color: #201b3d;
}

.form11_input {
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form11_input:focus {
  border-color: #5d3eff;
}

.form11_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 15px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5d3eff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form11_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form11_form_block {
  margin-bottom: 0px;
}

.m13_input {
  min-height: 48px;
  margin-bottom: 10px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.m13_input:focus {
  border-color: #5d3eff;
}

.m13_button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5d3eff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.m13_form {
  width: 100%;
}

.m13_form_block {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.m09_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebecf0;
}

.m10_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 45px;
  margin-bottom: 5px;
  padding: 6px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e3d9fc;
}

.m10_badge_text {
  color: #5d3eff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.m10_video_wrap {
  position: relative;
  min-height: 180px;
  background-color: #fafbfc;
}

.m10 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.m10_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m12_paragraph {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 22px;
}

.search-result-item {
  margin-bottom: 35px;
}

.div-block-123 {
  padding-top: 140px;
}

.search-result-list {
  padding: 35px;
  border-radius: 15px;
  background-color: #fafbfc;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-button {
  position: relative;
  left: -15px;
  min-height: 45px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 5px;
  background-color: #5d3eff;
}

.search-input {
  min-height: 45px;
  border-radius: 5px;
}

.search-heading {
  margin-bottom: 35px;
}

.lnd_paragraph_04 {
  max-width: 240px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 25px;
}

.rh_dropdown_list {
  min-width: 300px;
  font-weight: 400;
}

.rh_dropdown_list.w--open {
  overflow: hidden;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -2px 9px 8px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

.rh_secondary_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: block;
  width: 100%;
}

.rh_sec_nav_link {
  padding: 5px 12px;
  border-radius: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 14px;
  font-weight: 400;
}

.rh_sec_nav_link:hover {
  color: #5d3eff;
}

.rh_sec_nav_link.w--current {
  background-color: #5d3eff;
  color: #fff;
}

.rh_sec_nav_country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_sec_nav_flag {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.rh_sec_nav_category_text {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rh_sec_nav_league {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.rh_sec_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_sec_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(118, 126, 173, 0.14);
}

.rh_b04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rh_blog_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 80px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(237, 242, 255, 0.3);
}

.rh_blog_header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rh_blog_header_content {
  position: relative;
  margin-bottom: 40px;
}

.news-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 11px 11px 12px 0 rgba(193, 199, 208, 0.15);
}

.news-card.featured {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rh_b04_card_text {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  height: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rh_b04_card_text.featured {
  padding-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rh_b04_author_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebecf0;
}

.rh_b04_paragraph {
  margin-bottom: 32px;
  color: #697c9e;
  font-size: 16.5px;
  line-height: 1.5;
}

.rh_temp01_image_content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rh_section {
  position: relative;
  padding: 80px 5%;
}

.rh_section.half-vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rh_section.rh_light_blue_background {
  background-color: #f1f5fa;
}

.rh_section.no-padding-bottom {
  padding-bottom: 0px;
}

.rh_content_wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.rh_content_wrap.content_width_large {
  max-width: 650px;
  margin-left: auto;
}

.rh_blog_header_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_hero_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  min-height: 710px;
  padding: 100px 5% 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/gil02.jpg');
  background-position: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.rh_cta_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 35px;
  min-width: 120px;
  margin-bottom: 15px;
  padding: 5px 15px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffbc00;
  border-radius: 50px;
}

.rh_cta_badge_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.rh_cta_badge_text {
  margin-left: 8px;
  color: #ffbc00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.rh_cta_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #fcaa07;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rh_cta_button:hover {
  background-color: #6c3add;
  color: #fff;
}

.rh_cta_h1 {
  max-width: 630px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1f44;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.rh_cta_button_explore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 160px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px dashed #e0e4df;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: rgba(10, 31, 68, 0.53);
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.rh_cta_button_explore:hover {
  border-color: #fff;
  color: #fcaa07;
}

.rh_blog_intro_paragraph {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.rh_blog_author_name {
  color: #4e5d78;
  font-weight: 600;
}

.rh_blog_date {
  max-width: 500px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
}

.rh_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_content_width_large {
  max-width: 746px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/grid-1.png');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 0.27;
}

.rh_resultate_date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.rh_resultate_day {
  font-size: 36px;
  line-height: 32px;
  font-weight: 500;
}

.rh_resultate_date {
  margin-right: 7px;
  text-transform: uppercase;
}

.rh_resultate_right_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -11px;
  margin-left: -11px;
  padding-top: 12px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.rh_resultate_team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  text-decoration: none;
}

.rh_resultate_team_wrap.team_1 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.rh_team_logo {
  width: 30px;
  height: 30px;
  margin: 5px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rh_team_logo.rsc_cronenberg {
  background-image: url('../images/Logo-RSC-Cronenberg-300x300.png');
}

.rh_team_logo.erv_schweinfurt {
  background-image: url('../images/Logo-ERV-Schweinfurt.jpg');
}

.rh_team_logo.rc-biasca {
  background-image: url('../images/CH-Roller-Biasca-CH.gif');
}

.rh_team_logo.sc-thunerstern {
  background-image: url('../images/download.png');
}

.rh_resultate_score_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 30px;
}

.rh_resultate_score {
  margin: 10px 5px;
  line-height: 30px;
  font-weight: 400;
}

.rh_light_blue_background {
  background-color: #fafbfc;
}

.rh_sub-page_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 75px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5b7fff;
}

.rh_header_flag_wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_header_flag {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rh_header_quad_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.rh_header_gradient_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 30%, rgba(10, 31, 68, 0.39) 93%);
}

.rh_header_quad_shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 9px;
}

.rh_sub-page_header_subtitle {
  max-width: 500px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rh_team_name {
  color: #0a1f44;
  text-decoration: none;
}

.rh_header_quad_overlay_right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.rh_cta_paragraph {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.rh_spielplan_vs_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rh_spielplan_vs_text {
  padding-right: 2px;
  padding-left: 2px;
  color: #b0b7c3;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.rh_spielplan_vs_horizontal_bar {
  width: 15px;
  padding-bottom: 2.5px;
  border: 1px none #000;
  background-color: #c1c7d0;
}

.rh_nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  margin-left: 0px;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #5d3eff;
  border-radius: 50px;
  background-color: #5d3eff;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rh_nav_button:hover {
  background-color: #0a1f44;
  color: #fff;
}

.rh_nav_button.secondary {
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
}

.rh_nav_button.secondary:hover {
  border-color: #5d3eff;
}

.rh_nav_button.secondary.lang:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.rh_form_icon {
  position: relative;
  top: -25px;
  width: 50px;
  padding: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #fcaa07;
  border-radius: 100px;
  background-color: #fff;
}

.rh_b04_card_footer {
  margin-top: 15px;
}

.rh_b04_footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 15px;
  border-top: 1px solid #ebecf0;
}

.rh_b04_article-info-text {
  display: inline;
  color: #4e5d78;
  font-size: 12px;
  line-height: 1.5;
}

.rh_blog-card-footer-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rh_blog-card-footer-column.region {
  border-right: 1px solid #ebecf0;
}

.game_location {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #b0b7c3;
  text-transform: uppercase;
}

.rh_sec_nav_inner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh_sec_nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rh_sec_nav_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultate_line {
  min-height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 1px;
  padding-left: 1px;
  background-color: #c1c7d0;
}

.resultate_line.sidebar-results {
  margin-right: 2px;
  margin-left: 2px;
}

.tabelle_left {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabelle_figures {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}

.rh_tabelle_club_logo {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rh_tabelle_team_name {
  font-size: 14px;
  font-weight: 700;
}

.tabelle_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tabelle_row.header {
  border-top-style: none;
}

.tabelle_right {
  width: 70%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabelle_right.head_cell {
  font-size: 12px;
  font-weight: 700;
}

.tabelle_outer_wrap {
  padding-right: 0px;
  padding-left: 0px;
}

.past_present_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.past-future_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ebecf0;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #b0b7c3;
  font-size: 15px;
  font-weight: 500;
}

.past-future_button:hover {
  background-color: #c1c7d0;
  color: #fafbfc;
}

.past-future_button.w--current {
  background-color: #5d3eff;
  color: #fff;
}

.clubs_item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  height: auto;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.button_light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 160px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #eff3ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #6454fc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_light:hover {
  background-color: #e6edff;
}

.button_light.w--current {
  background-color: #6454fc;
  color: #fff;
}

.button_light.logo_downloads {
  min-width: 100px;
  margin-right: 5px;
  margin-left: 5px;
}

.button_light.tourn_round {
  width: 40px;
  height: 40px;
  min-height: 0px;
  min-width: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 50%;
  font-size: 20px;
}

.button_light.large {
  padding-right: 45px;
  padding-left: 45px;
  font-size: 15px;
}

.clubs_card_logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.club_description {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.club_specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.club_specs.clubs_show {
  margin-top: 20px;
}

.category_label {
  margin: 3px;
  padding: 3px 12px;
  border: 1px solid #ebecf0;
  border-radius: 15px;
  background-color: #f7f7f7;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #3812ff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.category_label:hover {
  border-color: #3812ff;
}

.category_label.white {
  background-color: #fff;
}

.news_heading_link {
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 20px;
  color: #0a1f44;
  text-decoration: none;
}

.rh_video_preview {
  overflow: hidden;
  width: 100%;
  min-height: 260px;
  border-radius: 8px;
  background-color: #ebecf0;
}

.rh_video_preview.locked {
  background-image: url('../images/rh-news-premium-live-tv1-4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.live_vid_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 110px;
  margin-bottom: 25px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 25px 0 rgba(138, 161, 214, 0.2);
}

.live_vid_vs_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.content-width-medium {
  width: 100%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.live_vid_tag {
  position: absolute;
  left: auto;
  top: 35px;
  right: 35px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 25px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff1010;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.live_vid_info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
}

.live_vid_team_name {
  font-size: 18px;
  font-weight: 700;
}

.clubs_show_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.clubs_show_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(93, 62, 255, 0.61);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.clubs_show_card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.clubs_show_header {
  position: relative;
  padding: 50px 5% 140px;
}

.text_white {
  color: #fff;
}

.clubs_show_logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 63px;
  background-color: #fff;
}

.text_align_center {
  text-align: center;
}

.clubs_show_club_logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-toggle-11 {
  display: none;
}

.live_tv_nav_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #0a1f44;
  text-decoration: none;
}

.nav_link_wrap {
  padding-left: 20px;
  color: #0a1f44;
  font-size: 14px;
  text-decoration: none;
}

.margin_bottom {
  margin-bottom: 20px;
}

.user_dashboard_sec_nav {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.navigation-item {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  background-color: transparent;
  opacity: 1;
  color: #1875f0;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 15px;
}

.navigation-item.logout-link {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  border-top: 1px solid #f3f3f3;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0em;
}

.navigation-icon {
  width: 20px;
  margin-right: 1em;
  font-family: 'Fa solid 900';
  font-size: 20px;
  text-align: right;
}

.nav-dropdown-list {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.nav-dropdown-list.w--open {
  top: 50px;
  right: 10px;
  z-index: 2;
  max-height: 80vh;
  min-height: 20px;
  margin-top: 0px;
  padding-bottom: 25px;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, 0.12);
  opacity: 1;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.top-nav {
  position: relative;
  z-index: 10;
  padding: 1.2em 5% 1em;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

.profile-pic {
  overflow: hidden;
  max-width: 34px;
  margin-right: 0.75em;
  border-radius: 50%;
}

.webflow-diamond {
  position: absolute;
  top: -5px;
  right: 17px;
  bottom: auto;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(219, 226, 235, 0.5);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user_dashboard_section {
  position: relative;
  padding: 60px 5%;
}

.dashboard_page_title_wrap {
  width: 75%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.dashboard_title_icon {
  margin-top: 3px;
  margin-right: 20px;
  font-family: 'Fa solid 900';
  font-size: 54px;
  line-height: 54px;
}

.dashboard_title_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_dashboard_nav_inner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.plan_radio_button_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(193, 199, 208, 0.6);
  border-radius: 7px;
  background-color: #fff;
}

.membership_radio_label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.membership_checkbox {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 1000;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  border-style: none;
}

.membership_checkbox.w--redirected-checked {
  border-style: none;
  background-color: #5d3eff;
  background-image: url('../images/check-solid.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.membership_checkbox.w--redirected-focus {
  background-color: #5d3eff;
  box-shadow: 0 0 11px 1px rgba(93, 62, 255, 0.43);
}

.dashboard_pricing {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.dashboard_membership_heading {
  margin-top: 0px;
  margin-bottom: 8px;
}

.current_plan_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  margin-bottom: 20px;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #5d3eff;
}

.contact_form_icon {
  width: 70px;
  border-radius: 100px;
  background-color: #5d3eff;
  box-shadow: 7px 7px 40px 0 #ebecf0;
}

.spielplan_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(193, 199, 208, 0.5);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
  color: #0a1f44;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.spielplan_card:hover {
  border-color: #6454fc;
  box-shadow: 1px 1px 7px 1px rgba(193, 199, 208, 0.5);
}

.spielplan_logos_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
}

.spielplan_logos_row.sidebar-v {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1em;
  line-height: 1.1;
}

.spielplan_card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.spielplan_categories {
  position: absolute;
  left: auto;
  top: -23px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spielplan_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.spielplan_badge:hover {
  border-color: #5d3eff;
}

.edit_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.edit_delete.resultate {
  border-top-style: none;
}

.edit_delete.tournaments {
  padding-right: 32px;
  padding-bottom: 10px;
}

.button-tiny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f5f6f8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #4f5e78;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.button-tiny:hover {
  background-color: #e9edf5;
}

.button-tiny.danger {
  background-color: #fff3f0;
  color: #fe3e3e;
}

.button-tiny.danger:hover {
  background-color: #ffe5de;
}

.button-tiny.vert {
  min-width: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.edit_delete_buttons_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px 5px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_legibility_gradient {
  display: none;
}

.dots_dropdown_wrap {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 100px;
  background-color: #f8faff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.dots_dropdown_wrap:hover {
  background-color: #e9eefa;
}

.resultate_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  padding-bottom: 10px;
}

.resutate_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(118, 126, 173, 0.18);
}

.resultate_gen_info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_header {
  margin-bottom: -30px;
  padding: 75px 5%;
  background-image: url('../images/News_header.svg');
  background-position: 50% 0%;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.page_header.resultate {
  background-image: url('../images/Results_header.svg');
}

.page_header.spielplan {
  background-image: url('../images/Spielplan_header.svg');
}

.page_header.tabelle {
  background-image: url('../images/Tabelle_header.svg');
}

.page_header.clubs {
  background-image: url('../images/Clubs_header.svg');
}

.page_header.live_tv {
  background-image: url('../images/Live_TV_header.svg');
}

.page_header.clubs_show {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Clubs_header.svg');
  background-size: auto 200px;
}

.page_heading {
  margin-top: 10px;
  text-align: center;
}

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

.page-heading-wrap {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-124 {
  overflow: visible;
  background-size: 60%;
}

.break {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafbfc;
}

.powered-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 11px;
  text-decoration: none;
}

.the-riptide-link {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 62, 62, 0.3);
  border-radius: 2px;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
}

.riptide-logo {
  width: 100px;
}

.riptide-logo-wrap {
  margin-left: 7px;
  padding: 0px 5px 0px 7px;
}

.riptide-logo-wrap:hover {
  border-color: #000;
}

.powered-by-text {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.flaming-ball-wrap {
  margin-top: 30px;
  text-align: center;
}

.flaming-ball-icon {
  width: 75px;
}

.clubs_show_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-element {
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 5px rgba(0, 0, 0, 0.15);
}

.premium-content-icon {
  width: 100px;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.close-link {
  padding: 12px 20px 12px 12px;
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-link:hover {
  opacity: 1;
}

.close-icon {
  width: 35px;
}

.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px;
}

.back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px 7px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover {
  opacity: 1;
}

.back-icon {
  width: 25px;
  margin-right: 5px;
}

.checkbox-field {
  margin-bottom: 15px;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.checkbox-label {
  opacity: 0.7;
  color: #2d323e;
  font-weight: 500;
}

.link-4 {
  color: #2d323e;
}

.copyright-block {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small-paragraph {
  font-size: 13px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.terms-service-heading {
  margin-bottom: 20px;
}

.terms-section {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 3px dashed #eff3ff;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.wg-element-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper.sw8 {
  margin-right: -10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wg-dd-2-list {
  left: 0%;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 11px -1px rgba(64, 73, 255, 0.11);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.wg-dd-2-list.wg-dropdown-link-flag.w--open {
  margin-top: 8px;
  padding-top: 3.3rem;
  padding-bottom: 0.8rem;
  border-radius: 25px;
}

.wg-selector-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-dropdown-2 {
  width: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
}

.wg-dropdown-2-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  padding: 1.2rem 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.wg-dropdown-2-link:hover {
  color: #ff6640;
}

.wg-dd-2-togle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2rem;
  min-width: 175px;
  padding: 20px 25px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.wg-dd-2-togle:hover {
  color: #ff6640;
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.wg-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
}

.wg-flag.nav {
  margin-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.15);
}

.logo_wrap.vert {
  width: 50%;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.logo-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.logo-downloads {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hori-logo {
  display: block;
  max-width: 400px;
}

.download-text {
  margin-right: 20px;
}

.hori-logo {
  max-height: 220px;
}

.down-arrow {
  position: absolute;
  left: 0%;
  top: -25px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colours-down-arrow {
  width: 25px;
}

.card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.round-slide.round-1 {
  background-color: #fcaa07;
}

.round-slide.round-2 {
  background-color: #fff094;
}

.round-slide.round-3 {
  background-color: #fff6be;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(193, 199, 208, 0.5);
}

.tournament-slider {
  position: relative;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(193, 199, 208, 0.5);
}

.tournament-nav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.14);
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.tournament_game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.no-vert-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tourn-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tournament-card {
  position: relative;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(105, 124, 158, 0.13);
}

.tourn-game-outer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(193, 199, 208, 0.5);
}

.tournament-tabs {
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tourn_team_name {
  color: #0a1f44;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
}

.tourn_team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.tourn_team_wrap.team_1 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.tab-pane-tab-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.tourn_game_deets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-align: left;
}

.tourn_date {
  color: #0a1f44;
  line-height: 14px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tourn_teams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0a1f44;
  text-decoration: none;
}

.tourn_score_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}

.team_logo {
  width: 30px;
  height: 30px;
  margin: 5px 12px;
}

.team_logo.rsc_cronenberg {
  background-image: url('../images/Logo-RSC-Cronenberg-300x300.png');
}

.team_logo.erv_schweinfurt {
  background-image: url('../images/Logo-ERV-Schweinfurt.jpg');
}

.team_logo.rc-biasca {
  background-image: url('../images/CH-Roller-Biasca-CH.gif');
}

.team_logo.sc-thunerstern {
  background-image: url('../images/download.png');
}

.logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

._2-column-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  width: 37%;
  margin-left: 3%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 8px;
}

.sidebar.clubs-sidebar {
  top: 60px;
  bottom: auto;
  width: 30%;
  padding-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.secondary-articles-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(193, 199, 208, 0.5);
  font-size: 12px;
}

.sidebar-card.clubs {
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-team-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.sidebar-team-wrap.team_1 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.sidebar-vs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sidebar-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 11px;
  background-color: #fff;
}

.sidebar-card-header {
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.sidebar-card-header.no-border {
  border: 1px none #000;
}

.sidebar-scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25em;
}

.sidebar-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.sidebar-team.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.sidebar-team_logo {
  width: 20px;
  height: 20px;
  margin: 5px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar-team_logo.rsc_cronenberg {
  background-image: url('../images/Logo-RSC-Cronenberg-300x300.png');
}

.sidebar-team_logo.erv_schweinfurt {
  background-image: url('../images/Logo-ERV-Schweinfurt.jpg');
}

.sidebar-team_logo.rc-biasca {
  background-image: url('../images/CH-Roller-Biasca-CH.gif');
}

.sidebar-team_logo.sc-thunerstern {
  background-image: url('../images/download.png');
}

.sidebar-vs {
  padding-right: 2px;
  padding-left: 2px;
  color: #b0b7c3;
  line-height: 18px;
  font-weight: 700;
}

.news-region-league-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 20px 35px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.news-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-card-content.featured {
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-right.featured {
  min-width: 170px;
}

.news-spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-specs-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 35px 25px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(193, 199, 208, 0.3);
}

.news-specs-card.featured {
  max-height: 260px;
  max-width: 200px;
  margin-right: -2px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 0px 8px;
  font-size: 14px;
}

.no-margin-top {
  margin-top: 0px;
}

.specs-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #697c9e;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.specs-heading.dark {
  color: #0a1f44;
  text-transform: uppercase;
}

.sidebar-score {
  margin: 0px 5px;
  line-height: 1.5;
  font-weight: 400;
}

.news-spec {
  color: #0a1f44;
  text-decoration: none;
}

._2-col-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-heading {
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

._5-px-border {
  height: 5px;
  background-color: #6454fc;
}

.featured-blog-image {
  width: 50%;
  min-height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(199, 209, 231, 0.5);
  background-image: url('../images/IMG_7328.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-news-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-text-wrap {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-card-text {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  height: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-card-header {
  position: relative;
}

.featured-card-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-paragraph {
  margin-bottom: 40px;
  color: #697c9e;
  font-size: 18px;
  line-height: 1.5;
}

.article-outer {
  overflow: visible;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.edit-delete-tiny-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.edit-delete-tiny-wrap.secondary-article {
  top: -60px;
}

.secondary_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 2px;
  z-index: 2;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(118, 126, 173, 0.14);
}

.featured-preview-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  border-left: 10px solid #ff1010;
  font-size: 28px;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-mobile-navbar {
  display: none;
}

.categories-wrap {
  display: none;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009da3;
  box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #008085;
  box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}

.button.registration {
  width: 100%;
  height: 45px;
  background-color: #009da3;
  font-size: 16px;
  font-weight: 500;
}

.text-block-8 {
  margin-right: 3px;
  font-size: 16px;
}

.legal-text {
  opacity: 0.85;
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.legal-text._3 {
  color: #374252;
}

.image {
  height: 25px;
}

.logo-img {
  width: 35px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #2d323e;
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box._2 {
  width: 100%;
}

.feature-icon {
  width: 24px;
  margin-right: 12px;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/premium-bg-copy-31.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #fff;
  text-shadow: 4px 4px 20px #0a1f44;
}

.text-block-9 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374252;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block-9._2 {
  color: #fff;
}

._1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.legal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-box._2-copy {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.legal-box._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-field-2 {
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}

.text-field-2:focus {
  border: 1px solid #009da3;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #dbdbdb;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 #dbdbdb;
}

.social-login.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: 0.95;
}

.page-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0a1f44;
}

.page-container._2 {
  background-color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: rgba(55, 66, 82, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.heading-1 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 130%;
  font-weight: 500;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-left: 3px;
  color: #009da3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.field-label-2 {
  display: none;
  color: rgba(55, 66, 82, 0.9);
  font-weight: 600;
}

.success-message {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 157, 163, 0.12);
  color: #009da3;
  font-weight: 600;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 550px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-2 {
  margin-left: 10px;
  text-align: center;
}

.brand {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.features-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.fav-club-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #0a1f44;
  text-decoration: none;
}

.fav-club-row:hover {
  background-color: #e6edff;
  color: #6454fc;
}

.favourite-star {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 15px;
  margin-right: 16px;
  color: #c7d1e7;
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  text-align: right;
  text-decoration: none;
}

.favourite-star:hover {
  color: #fcaa07;
}

.favourite-star.active {
  color: #fcaa07;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fav-clubs-icon {
  width: 75px;
}

.no-fav-clubs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(105, 124, 158, 0.08);
  color: #697c9e;
}

.no-fav-clubs.flex-horizontal {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
}

.margin-right-5 {
  margin-right: 5px;
}

.dropdown_inner {
  overflow: auto;
  max-height: 60vh;
  padding: 15px;
}

.share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.share-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share-btn {
  width: 30px;
}

.nav-lang-toggle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.nav-lang-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pill_text_white-2 {
  color: #fff;
  font-weight: 700;
}

.coupon-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.coupon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.hidden {
  display: none;
}

.dashboard_sidebar-body {
  overflow: auto;
  max-height: 90vh;
}

.dashboard_nav-layout {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e2e5e6;
  background-color: #fff;
}

.inline-notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 3rem;
  min-width: 18rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.inline-notification.inline-notification__success {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  border-left: 3px solid #3dbb61;
  background-color: #3d3d3d;
}

.edit_dropdown-item-icon {
  width: 24px;
  margin-right: 8px;
}

.edit_settings-dropdown-list.w--open {
  left: -138px;
  min-width: 200px;
  padding: 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
}

.dashboard_edit-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tem-settings-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.tem-settings-dropdown-toggle.w--open {
  background-color: rgba(0, 98, 255, 0.06);
}

.dashboard_admin-dropdown-llst.w--open {
  left: -153px;
  overflow: hidden;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.admin_user-icon-wrap {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 15px;
  background-color: #f4f5f4;
}

.dashboard_sidebar_nav_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 54px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid #e2e5e6;
  background-color: #fff;
}

.inline-notification__icon-success {
  width: 20px;
  height: 20px;
  margin-top: 0.875rem;
  background-image: url('../images/inline-notification__success.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.dashboard_sidebar-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 54px;
  padding-left: 31px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard_navbar-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard_card-body {
  display: block;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-mask {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dashboard_sidebar-icon {
  width: 24px;
  margin-right: 10px;
}

.notification-wrap {
  position: absolute;
  left: 4%;
  top: auto;
  right: 4%;
  bottom: 40px;
  z-index: 999;
  width: 100%;
}

.inline-notification__subtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.16px;
}

.dashboard_sidebar-body-inner-wrap {
  padding: 10px;
}

.card-body {
  display: block;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #636363;
}

.dashboard_sidebar-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard_sidebar-nav {
  background-color: transparent;
}

.dashboard_card {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
}

.inline-notification__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-settings-dropdown {
  position: relative;
  z-index: auto;
}

.edit-dropdown_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  color: #013250;
  text-align: left;
  text-decoration: none;
}

.edit-dropdown_item.delete {
  padding-left: 44px;
  background-image: url('../images/delete-2.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.edit-dropdown_item.delete:hover {
  background-color: rgba(244, 59, 55, 0.09);
}

.admin-user-icon {
  width: 100%;
  height: auto;
}

.custom-container {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.inline-notification__icon {
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dasboard_main-content-wrap {
  display: block;
  height: 100vh;
  padding-top: 54px;
  padding-left: 260px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inline-notification__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.edit-header-gear-icon {
  width: 35px;
  height: 35px;
}

.inline-notification__close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  max-width: 3rem;
  min-width: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/close-icon__white.svg');
  background-position: 50% 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.inline-notification__close-button:hover {
  background-color: #013250;
}

.dashboard_sidebar-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: background-color 275ms ease, -webkit-filter 275ms ease;
  transition: background-color 275ms ease, -webkit-filter 275ms ease;
  transition: filter 275ms ease, background-color 275ms ease;
  transition: filter 275ms ease, background-color 275ms ease, -webkit-filter 275ms ease;
  color: #5d3eff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.dashboard_sidebar-nav-link:hover {
  background-color: rgba(230, 237, 255, 0.5);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.dashboard_sidebar-nav-link.highlighted {
  background-color: rgba(230, 237, 255, 0.5);
  -webkit-filter: none;
  filter: none;
  color: #5d3eff;
}

.edit-header-icons-bar {
  margin-top: 10px;
}

.admin-logo {
  width: 130px;
}

.dashboard_wrap {
  min-height: 100vh;
}

.mb-4 {
  margin-bottom: 40px;
}

.dashboard_main-content {
  position: relative;
  display: block;
  overflow: auto;
  min-height: 100%;
  padding: 40px 4%;
  background-color: #fafafa;
}

.dashboard_navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard_user-dropdown-toggle {
  padding: 11px;
}

.table-wrap {
  overflow: auto;
  max-width: 100%;
}

.test-block {
  width: 2000px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.dashboard_main-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rh_account-dropdown-list {
  min-width: 300px;
  font-weight: 400;
}

.rh_account-dropdown-list.w--open {
  right: 4.7812px;
  overflow: hidden;
  min-width: 120px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -2px 9px 8px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

.rh_username {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
}

.season-switcher-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(239, 243, 255, 0.5);
  color: #0a1f44;
}

.season-switcher-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: background-color 75ms ease-in-out, opacity 75ms ease-in-out;
  transition: background-color 75ms ease-in-out, opacity 75ms ease-in-out;
}

.season-switcher-button:hover {
  background-color: #e6edff;
  opacity: 1;
}

.flex-justify-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.season-switcher-text-block {
  margin-right: 0.7rem;
  margin-left: 0.7rem;
}

.season-switcher-button-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  opacity: 0.5;
  -webkit-transition: background-color 75ms ease-in-out, opacity 75ms ease-in-out;
  transition: background-color 75ms ease-in-out, opacity 75ms ease-in-out;
}

.season-switcher-button-disabled:hover {
  background-color: #e6edff;
}

.rh_article_content_wrap {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.rh_article_content_wrap.content_width_large {
  max-width: 650px;
  margin-left: auto;
}

.article-heading {
  margin-top: 8px;
}

.rh_blog_header_video_wrap {
  overflow: hidden;
  border-radius: 7px;
}

.rh_blog_header_video {
  width: 100%;
  height: 100%;
  min-height: 425px;
}

.sidebar-game-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-game-row-wrap._w-stream {
  border-top: 1px solid #ff1010;
  border-bottom-color: #ff1010;
  background-color: rgba(254, 62, 62, 0.05);
}

.spielplan_live-now-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px auto 13px;
  padding: 10px 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff1010;
  border-radius: 50px;
  color: #ff1010;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.live-stream-icon {
  width: 24px;
  margin-right: 7px;
  margin-left: -10px;
}

@media screen and (max-width: 991px) {
  .menu_left {
    z-index: 99;
    overflow: hidden;
    width: 0%;
  }

  .content_section {
    width: 100%;
    margin-left: 0%;
  }

  .te01_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .te01_name {
    text-align: center;
  }

  .te01_job_title {
    text-align: center;
  }

  .cl04_card {
    padding: 20px;
  }

  .fe06_card {
    margin-bottom: 40px;
  }

  .tab01_menu {
    margin-right: 0px;
  }

  .tab01_tab {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }

  .tab01_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab01_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .t02_testimonial_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .t02_slide_arrow_right {
    right: -4%;
    max-width: 25px;
  }

  .te03_card {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .t04_left_arrow {
    top: -480px;
  }

  .t04_right_arrow {
    left: -65%;
    top: -480px;
  }

  .c04_column {
    padding-right: 15px;
  }

  .b04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 25px;
  }

  .b04_card_text_featured {
    width: 60%;
  }

  .b04_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c08_feature_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .colour_wrap_main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .colour_wrapper {
    width: 25%;
    margin-bottom: 15px;
  }

  .element_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fp_title_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .avatar_wrap {
    width: 25%;
  }

  .element-wrap-icon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div_block_04 {
    position: absolute;
  }

  .dropdown-list-2-mob.w--open {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    min-height: 420px;
    min-width: 250px;
    margin-top: 65px;
    margin-left: -191px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lnd_dropdown_link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #0a1f44;
  }

  .lnd_dropdown_link:hover {
    color: #5d3eff;
  }

  .lnd_dropdown_link.hide {
    display: none;
  }

  .drop-down-menu-button-mob {
    position: relative;
    display: block;
  }

  .arrow {
    position: absolute;
    left: 3px;
    top: 59px;
    right: 50px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

  .menu-button {
    display: none;
  }

  .lnd_dropdown {
    position: relative;
    display: block;
    width: 240px;
    height: 100%;
    background-color: #fff;
  }

  .lnd_dropdown.w--open {
    position: static;
    left: 0px;
    min-width: 200px;
  }

  .f08_form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shadow_column {
    padding-right: 10px;
  }

  .s5_shadow {
    box-shadow: 0 30px 45px 0 rgba(118, 126, 173, 0.12);
  }

  .lnd_service_wrap {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .lnd_content_block {
    width: 100%;
  }

  .lnd_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .lnd_img_block {
    overflow: hidden;
    width: 100%;
  }

  .lnd_btn {
    margin-right: 10px;
  }

  .lnd_hero_block {
    width: 100%;
  }

  .lnd_hero {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .ldn_h1 {
    max-width: 660px;
  }

  .h04 {
    background-position: 10% 50%;
  }

  .h04_h1 {
    text-align: center;
  }

  .h04_paragraph {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .h04_block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f08_button {
    left: 0px;
    width: 100%;
  }

  .f08_social_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f08_legal_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fe01_card {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .cta-header {
    font-size: 34px;
    line-height: 43px;
  }

  .p03_icon {
    margin-bottom: 10px;
  }

  .clubs_wrap {
    position: relative;
    z-index: 5;
    margin-right: -10px;
    margin-left: -10px;
  }

  .h14 {
    background-position: 10% 50%;
  }

  .lnd_navigation {
    display: none;
    padding-right: 3%;
    padding-left: 3%;
  }

  .lnd_toggle_primary {
    display: none;
    font-size: 15px;
  }

  .lnd_nav_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lnd_toggle {
    display: none;
  }

  .lnd_nav_link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .lnd_nav_container {
    position: relative;
  }

  .tab01_content {
    width: 100%;
  }

  .faq-main-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .lnd_container_hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .c04_block {
    width: 70%;
  }

  .c04_button {
    position: relative;
  }

  .c04_block_right {
    width: 30%;
  }

  .p01 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .p01_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p03_pricing_text {
    text-align: left;
  }

  .p03_button {
    margin-right: auto;
    margin-left: auto;
  }

  .p03_check_wrap {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p03_pricing_card {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .t05_col_1 {
    width: 100%;
    min-height: 300px;
    border-right: 1px solid #ebecf0;
    border-bottom-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .t05_col_2 {
    width: 100%;
    min-height: 300px;
  }

  .t05_col_3 {
    width: 100%;
    min-height: 300px;
    border-top-style: none;
    border-left-color: #ebecf0;
    border-radius: 0px 0px 10px 10px;
  }

  .h04_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq01_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .faq02_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .c05_button {
    position: relative;
  }

  .cta05_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta05_title_wrap {
    width: 100%;
    text-align: center;
  }

  .te03_name {
    text-align: center;
  }

  .te03_job_title {
    text-align: center;
  }

  .t03_avatar_01 {
    background-image: url('../images/t_avatar.png');
  }

  .t02_slide_arrow_left {
    left: -4%;
    max-width: 25px;
  }

  .cta05_button_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta05_button {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .t05_testimoninal_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lnd_template_column {
    width: 50%;
  }

  .lnd_card_template_01 {
    box-shadow: 1px 1px 25px 0 #f5f7fd;
  }

  .p03_top_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .t06_mask {
    width: 60%;
  }

  .c04_button_link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c05_button_link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .m08_social {
    margin-bottom: 6px;
  }

  .b04_h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .b04_details_text {
    margin-bottom: 5px;
  }

  .b04_paragraph {
    margin-bottom: 10px;
  }

  .b04_blog_image_feature {
    width: 40%;
  }

  .left-border {
    margin-bottom: 10px;
  }

  .f08_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav01_search {
    margin-right: 0px;
  }

  .nav_column {
    width: 33%;
  }

  .nav_dropdown {
    box-shadow: none;
  }

  .nav01_line {
    display: none;
  }

  .nav_list.w--open {
    min-width: auto;
  }

  .nav01_logo {
    padding-left: 0px;
  }

  .nav01_links {
    display: block;
    overflow: auto;
    max-height: 90vh;
    padding: 20px 30px 40px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav01_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav01_button {
    display: none;
  }

  .nav_column_large_02 {
    display: none;
  }

  .nav_drop {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav01_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .nav01_link:hover {
    background-color: rgba(203, 221, 230, 0.07);
  }

  .nav01_burger {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 12px;
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    border-radius: 50px;
    background-color: #5d3eff;
    color: #fff;
  }

  .nav02_account {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav02_account_toggle {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left-style: none;
  }

  .nav02_icon {
    margin-right: 0px;
    color: #4e5d78;
  }

  .nav02_top_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .nav04_wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav04 {
    display: none;
  }

  .nav01_dropdown_dot {
    margin-right: auto;
    margin-left: auto;
  }

  .nav01_dot_toggle {
    position: static;
  }

  .nav01_dot_list.w--open {
    position: static;
  }

  .nav01_dot_link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #4f5e78;
  }

  .nav01_dot_link:hover {
    color: #5d3eff;
  }

  .lnd_image {
    width: auto;
  }

  .lnd_container_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav04_top_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav04_right_wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav04_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav04_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav04_button {
    display: none;
  }

  .nav04_menu_button.w--open {
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .nav04_menu_icon {
    color: #4e5d78;
  }

  .nav04_mobile {
    display: block;
  }

  .lnd_navigation_mobile {
    display: block;
    padding-right: 3%;
    padding-left: 3%;
  }

  .mobile_dropdown_link {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ebecf0;
    font-size: 15px;
  }

  .mobile_dropdown_link.w--current {
    color: #5d3eff;
  }

  .b04_link {
    color: #5d3eff;
    font-size: 12px;
    text-decoration: none;
  }

  .lnd_nav_link_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5d3eff;
    background-image: url('../images/forest_cover.png');
    background-position: 100% 50%;
    background-size: 510px;
    background-repeat: no-repeat;
    font-family: Cabin;
    color: #fff;
    font-size: 15px;
  }

  .lnd_nav_link_button:hover {
    color: #fff;
  }

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

  .lnd_drop_down_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .t07_content_block {
    padding: 20px;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .t08_column {
    width: 50%;
  }

  .form05_title {
    display: inline;
    line-height: 50px;
  }

  .field-label-copy {
    display: inline;
    line-height: 50px;
  }

  .g01_column {
    width: 50%;
  }

  .g01_image {
    height: 250px;
  }

  .g02_column {
    width: 50%;
  }

  .g02_image {
    height: 250px;
  }

  .g02_column_02 {
    width: 50%;
  }

  .g02_column_03 {
    width: 50%;
  }

  .te04_name {
    text-align: center;
  }

  .t03_avatar_02 {
    background-image: url('../images/t_avatar.png');
  }

  .article-image {
    min-height: 300px;
  }

  .temp_nav {
    display: none;
  }

  .temp_mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: transparent;
  }

  .temp_nav_container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .temp_nav_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .temp_nav_button {
    display: none;
  }

  .temp_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .temp_nav_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_nav_burger {
    color: #fff;
  }

  .temp_nav_burger_button.w--open {
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .temp_mobile_wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .temp_nav_right_mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_icon {
    color: #fff;
  }

  .temp_nav_btn.w--open {
    border-radius: 100px;
    background-color: rgba(235, 236, 240, 0.42);
  }

  .temp_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_nav_menu_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .temp_nav_link_main {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lnd_hero_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lnd_card_template_02 {
    box-shadow: 1px 1px 25px 0 #f5f7fd;
  }

  .fe09 {
    padding-top: 120px;
  }

  .fe10_column_right {
    padding-right: 10px;
    padding-left: 25px;
  }

  .fe10_column_left {
    padding-right: 25px;
    padding-left: 10px;
  }

  .fe10_line_base {
    width: 100%;
  }

  .lnd_card_template_03 {
    box-shadow: 1px 1px 25px 0 #f5f7fd;
  }

  .faq04_wrap {
    padding: 10px;
  }

  .lnd_card_template_04 {
    box-shadow: 1px 1px 25px 0 #f5f7fd;
  }

  .lnd_card_template_05 {
    box-shadow: 1px 1px 25px 0 #f5f7fd;
  }

  .styleguide_wrap {
    overflow: visible;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_block_left {
    width: 60%;
  }

  .tab03_tabs {
    top: 0px;
  }

  .tab03_block_right {
    width: 40%;
  }

  .c11_centre_block {
    width: 150px;
  }

  .c11_process_image {
    padding: 15px;
  }

  .c11_process_details {
    padding: 10px;
  }

  .rh_dropdown_list.w--open {
    margin-bottom: 10px;
    margin-left: 21px;
  }

  .rh_dropdown_list.league.w--open {
    margin-left: -90px;
  }

  .rh_secondary_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 2px;
  }

  .rh_sec_nav_link {
    margin: 5px 0px 7px;
    padding: 11px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .rh_sec_nav_league {
    border-right-style: none;
  }

  .rh_sec_nav_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rh_b04_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rh_blog_header_content {
    width: 100%;
  }

  .news-card {
    width: 100%;
    margin-bottom: 25px;
  }

  .news-card.featured {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rh_b04_paragraph {
    margin-bottom: 10px;
  }

  .rh_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rh_blog_header_image_wrap {
    width: 100%;
  }

  .rh_hero_cta {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
    background-size: 40%;
  }

  .rh_cta_h1 {
    max-width: 660px;
  }

  .rh_blog_intro_paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .rh_blog_date {
    margin-left: 0px;
  }

  .rh_team_logo.erv_schweinfurt {
    display: inline-block;
  }

  .rh_header_flag_wrap {
    right: 0%;
    width: 50%;
  }

  .rh_nav_button {
    min-width: 125px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .rh_nav_button.secondary {
    margin-left: 20px;
  }

  .rh_b04_article-info-text {
    margin-bottom: 10px;
  }

  .rh_sec_nav_inner_wrap {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rh_sec_nav_links {
    display: none;
    padding: 20px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .rh_sec_nav_categories {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabelle_left {
    width: 300px;
  }

  .tabelle_row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabelle_row.header {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8a94a6;
  }

  .tabelle_right {
    width: 100%;
  }

  .tabelle_outer_wrap {
    overflow: auto;
  }

  .tabelle_inner_wrap {
    width: auto;
    min-width: 900px;
    padding-right: 20px;
  }

  .clubs_item_wrap {
    width: 50%;
  }

  .rh_video_preview {
    min-height: 290px;
  }

  .live_vid_info_wrap {
    width: 100px;
  }

  .clubs_show_header {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .live_tv_nav_wrap {
    padding: 10px 15px 10px 20px;
    border-right-style: none;
  }

  .nav_link_wrap {
    padding: 20px 25px;
  }

  .navigation-item {
    margin-right: 0em;
    margin-left: 0em;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .user_dashboard_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spielplan_logos_row.sidebar-v {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2em;
  }

  .dots_dropdown_wrap {
    position: static;
    width: auto;
    height: auto;
    margin-left: 5px;
    padding: 0px 6px;
    background-color: transparent;
  }

  .dots_dropdown_wrap:hover {
    background-color: transparent;
  }

  .page_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal-content {
    padding: 50px;
  }

  .modal-button-wrap {
    padding-top: 20px;
  }

  .logo_wrap.vert {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo_wrap.hori {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .round-slide {
    width: 100%;
  }

  .tourn-game-outer-wrap {
    margin-bottom: 29px;
  }

  .tournament-tabs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tourn_team_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tourn_score_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2-column-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sidebar {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar.clubs-sidebar {
    width: 100%;
  }

  .content {
    width: 100%;
  }

  .secondary-articles-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sidebar-card.clubs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-team-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sidebar-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-125 {
    margin-right: 15px;
  }

  .sidebar-team_logo.erv_schweinfurt {
    display: inline-block;
  }

  .news-specs-card.featured {
    max-height: none;
    border-bottom-style: none;
    border-bottom-left-radius: 0px;
  }

  ._2-col-articles-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured-blog-image {
    width: 100%;
    min-height: 380px;
  }

  .featured-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .article-outer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .edit-delete-tiny-wrap {
    position: relative;
  }

  .edit-delete-tiny-wrap.secondary-article {
    position: absolute;
  }

  .sec-nav-links-wrap {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(118, 126, 173, 0.14);
  }

  .featured-preview-heading {
    margin-bottom: 10px;
  }

  .categories-mobile-navbar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 3px 2px rgba(118, 126, 173, 0.14);
  }

  .categories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .category-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 30px 10px 15px;
    border-radius: 33px;
    color: #0a1f44;
    text-decoration: none;
  }

  .category-wrap.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #6454fc;
    color: #fff;
  }

  .categories-icon {
    width: 35px;
    margin-right: 10px;
  }

  .category-mobile-text {
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .link-block {
    display: none;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-3 {
    position: static;
    margin-bottom: 22px;
  }

  .text-field-box {
    width: 49%;
  }

  .block-1 {
    padding-top: 59px;
    padding-bottom: 60px;
  }

  .legal-box._2-copy {
    display: block;
    margin-top: 60px;
  }

  .legal-box._2 {
    display: none;
  }

  .block-2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .page-container {
    width: auto;
  }

  .heading-1 {
    max-width: none;
    margin-top: 20px;
  }

  .page-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper {
    max-width: none;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .brand {
    position: static;
  }

  .dashboard_nav-layout {
    padding-right: 30px;
  }

  .inline-notification.inline-notification__success {
    max-width: 38rem;
  }

  .dashboard_sidebar-header {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar-mask {
    display: none;
  }

  .custom-container {
    overflow: hidden;
    max-width: 100%;
  }

  .dasboard_main-content-wrap {
    padding-left: 0px;
  }

  .dashboard_sidebar-nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .edit-header-icons-bar {
    margin-top: 0px;
  }

  .admin-logo {
    margin-left: 11px;
  }

  .dashboard_navbar-wrapper {
    padding-right: 0px;
  }

  .menu-button-2.w--open {
    background-color: #5d3eff;
  }

  .rh_account-dropdown-list.w--open {
    margin-bottom: 10px;
    margin-left: 21px;
  }

  .rh_account-dropdown-list.league.w--open {
    margin-left: -90px;
  }

  .rh_username {
    font-size: 16px;
    font-weight: 500;
  }

  .rh_blog_header_video_wrap {
    width: 100%;
  }

  .rh_blog_header_video {
    min-height: 375px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }

  .b01_card {
    width: 100%;
    margin-bottom: 25px;
  }

  .cl01_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cl04_card {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cl04_card_wrap {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab01_menu {
    margin-right: 0px;
  }

  .lnd_footer_column_right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .t04_slide {
    width: 100%;
  }

  .t04_right_arrow {
    left: -50%;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .b04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
  }

  .b04_card_text_featured {
    width: 100%;
  }

  .b04_card_featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b04_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b06_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f02_form_wrap {
    margin-top: 15px;
  }

  .colour_wrap {
    margin-bottom: 25px;
  }

  .colour_wrapper {
    width: 30%;
  }

  .button_wrap {
    width: 50%;
  }

  .f03_top_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shadow_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fp_title_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .avatar_wrap {
    width: 50%;
    margin-bottom: 30px;
  }

  .element_wrap_btm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fp_component_wrap {
    width: 100%;
  }

  .form_column_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .badge_wrap {
    width: 50%;
  }

  .icon_wrap {
    width: 10%;
  }

  .paragraph_small {
    font-size: 13px;
  }

  .dropdown-toggle-mob {
    margin-left: 5px;
  }

  .lnd_footer_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f02_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shadow_column {
    width: 33%;
  }

  .s1_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s2_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s3_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s4_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s5_shadow {
    max-width: none;
    margin-bottom: 25px;
  }

  .is1_shadow {
    width: 30%;
    margin-bottom: 25px;
  }

  .is2_shadow {
    width: 30%;
    margin-bottom: 25px;
  }

  .is3_shadow {
    width: 30%;
    margin-bottom: 25px;
  }

  .lnd_button_explore {
    margin-left: 15px;
  }

  .lnd_img_block {
    padding: 10px;
  }

  .lnd_btn {
    margin-left: 15px;
  }

  .lnd_hero {
    height: auto;
    min-height: 760px;
    padding-top: 100px;
  }

  .ldn_h1 {
    font-size: 55px;
    line-height: 57px;
  }

  .h04 {
    background-position: 80px 0px;
  }

  .h04_button {
    margin-left: 15px;
  }

  .f08_column {
    width: 33%;
  }

  .f08_column_large {
    width: 100%;
  }

  .f08_social_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f08_legal_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h08_button {
    margin-right: auto;
    margin-left: auto;
  }

  .fe04_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fe04_card {
    width: 49%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .clubs_card {
    width: 100%;
  }

  .clubs_description {
    max-width: 330px;
  }

  .clubs_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h14 {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: 80px 0px;
  }

  .h14_btn {
    margin-left: 15px;
  }

  .lnd_nav_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lnd_button_4 {
    margin-left: 15px;
  }

  .lnd_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lnd_footer_caption {
    margin-right: 0px;
  }

  .c01_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c04_block {
    width: 100%;
  }

  .c04_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c04_block_right {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p03_button_wrap {
    margin-top: 35px;
  }

  .p03_pricing_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p03_pricing_card {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cl01_logo_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cl01_image {
    width: 130px;
  }

  .h14_block {
    width: 100%;
    min-height: auto;
  }

  .h14_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c04_columns {
    margin-bottom: 0px;
  }

  .cta05_container {
    width: 100%;
  }

  .p01_column {
    margin-bottom: 20px;
  }

  .p01_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lnd_template_column {
    width: 100%;
  }

  .lnd_btn_02 {
    margin-left: 15px;
  }

  .lnd_title_wrap_02 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .t06_slider_nav._2 {
    right: -9%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_mask {
    width: 80%;
  }

  .f02_column {
    padding-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }

  .f02_logo {
    margin-bottom: 15px;
  }

  .m08 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m08_image {
    width: 100%;
  }

  .m08_content {
    width: 100%;
  }

  .b04_blog_image_feature {
    width: 100%;
    min-height: 230px;
  }

  .left-border {
    padding-left: 20px;
  }

  .f02_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f02_social_wraps {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f02_social_wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .f08_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f08_columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f08_legal {
    margin-bottom: 10px;
  }

  .nav01_search {
    margin-right: 0px;
  }

  .nav_column {
    width: 50%;
  }

  .nav_dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav01.no-box-shadow {
    padding-right: 3%;
    padding-left: 3%;
  }

  .nav01_links {
    max-height: 75vh;
    box-shadow: 14px 14px 14px 0 rgba(118, 126, 173, 0.08);
  }

  .nav01_button {
    display: none;
  }

  .nav01_container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav01_burger {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav_button {
    margin-left: 15px;
  }

  .nav04_button {
    display: none;
  }

  .t07_content_block {
    position: relative;
    width: 100%;
    max-height: none;
  }

  .t07_slider {
    width: 100%;
  }

  .t07_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t07_block {
    display: block;
    width: 100%;
  }

  .nav01_logo_image {
    width: 120px;
  }

  .t08_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t03_slider_arrow {
    left: 25%;
  }

  .t03_slider_arrow_02 {
    right: 25%;
  }

  .form05 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form05_title {
    display: inline;
    line-height: 40px;
  }

  .form05_input {
    padding: 5px;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .field-label-copy {
    display: inline;
  }

  .g01_column {
    padding: 10px;
  }

  .te04_team_block {
    width: 50%;
  }

  .temp_nav_button {
    display: none;
  }

  .cta06_container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta06_column {
    width: 100%;
    margin-bottom: 35px;
  }

  .fe09_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fe09_column {
    width: 50%;
  }

  .p01_card_shadow {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .fe10_column_left {
    padding-right: 10px;
  }

  .fe10 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .faq04_wrap {
    width: 50%;
  }

  .tab03_title {
    font-size: 14px;
  }

  .tab03_h2 {
    font-size: 32px;
  }

  .tab03_icon {
    width: 15px;
  }

  .tab03_block_left {
    width: 100%;
    padding-top: 15px;
  }

  .tab03_menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab03_tab_content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab03_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .tab03_block_right {
    width: 100%;
  }

  .c11_centre_block {
    width: 55px;
  }

  .c11_process_card {
    margin-bottom: 35px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c11_process_image {
    display: none;
  }

  .c11_process_card_02 {
    margin-bottom: 35px;
  }

  .c11_process_line {
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .c11_process_details {
    width: 90%;
    min-height: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rh_secondary_nav {
    position: static;
  }

  .rh_sec_nav_link {
    width: 100%;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 14px;
  }

  .rh_sec_nav_league {
    padding-right: 0px;
  }

  .rh_sec_nav {
    padding: 0px 3%;
  }

  .rh_b04_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rh_blog_header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .rh_blog_header_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rh_blog_header_content {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .news-card {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .rh_b04_card_text {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .rh_b04_card_text.featured {
    padding-right: 25px;
  }

  .rh_b04_paragraph {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .rh_temp01_image_content {
    width: 100%;
  }

  .rh_section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rh_blog_header_image_wrap {
    height: 300px;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-right: 0px;
  }

  .rh_hero_cta {
    height: auto;
    min-height: 760px;
    padding-top: 40px;
    padding-bottom: 160px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: 60%;
  }

  .rh_cta_button {
    text-align: center;
  }

  .rh_cta_h1 {
    line-height: 57px;
  }

  .rh_container.tabelle {
    overflow: auto;
    border-radius: 8px;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }

  .rh_resultate_team_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rh_resultate_team_wrap.team_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .rh_team_logo {
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
  }

  .rh_resultate_score_wrap {
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .rh_resultate_score {
    font-weight: 600;
  }

  .rh_team_name {
    font-weight: 400;
    text-align: center;
  }

  .rh_cta_paragraph {
    max-width: 75%;
  }

  .rh_sec_nav_inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rh_sec_nav_links {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rh_sec_nav_categories {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabelle_left {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-right: 20px;
  }

  .tabelle_figures {
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
  }

  .rh_tabelle_team_name {
    text-align: center;
  }

  .tabelle_outer_wrap {
    display: block;
    padding: 0px 20px;
  }

  .tabelle_table_heading {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .clubs_item_wrap {
    width: 100%;
  }

  .button_light {
    text-align: center;
  }

  .button_light.tourn_round.w--current {
    margin: 10px;
  }

  .button_light.large {
    font-size: 14px;
  }

  .news_heading_link {
    padding-top: 25px;
    padding-right: 25px;
  }

  .rh_video_preview {
    width: 100%;
    min-height: 220px;
  }

  .live_vid_card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .live_vid_vs_wrap {
    padding-top: 10px;
  }

  .live_vid_info_wrap {
    width: 80px;
  }

  .live_vid_team_name {
    text-align: center;
  }

  .clubs_show_card {
    width: 100%;
  }

  .user_dashboard_sec_nav {
    padding-right: 1em;
    padding-left: 1em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navigation-item {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .navigation-item.profile-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navigation-icon {
    min-height: 20px;
    margin-right: 0em;
    margin-bottom: 10px;
    text-align: center;
  }

  .nav-dropdown-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .user_dashboard_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dashboard_page_title_wrap {
    margin-bottom: 40px;
  }

  .dashboard_title_icon {
    font-size: 48px;
    line-height: 1;
  }

  .radio_buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spielplan_card {
    margin-bottom: 40px;
  }

  .spielplan_card_header {
    padding-top: 25px;
  }

  .edit_delete.tournaments {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .edit_delete_buttons_wrap {
    width: 50%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultate_gen_info_row {
    padding-left: 12px;
  }

  .page_header {
    background-position: 40% 0%;
  }

  .powered-by {
    margin-left: 0px;
  }

  .powered-by-text {
    padding-left: 0px;
    border-left-style: none;
  }

  .modal-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .modal-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .word-wrap {
    display: inline-block;
  }

  .wg-element-wrapper.sw8 {
    margin-right: 0px;
    padding-top: 15px;
  }

  .logo_wrap {
    display: block;
    margin-bottom: 25px;
  }

  .logo_wrap.vert {
    width: 100%;
  }

  .logos {
    display: block;
  }

  .card_header {
    padding-top: 25px;
  }

  .card {
    margin-bottom: 40px;
  }

  .tournament-slider {
    margin-bottom: 40px;
  }

  .tourn-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tournament-card {
    margin-bottom: 40px;
  }

  .tourn-game-outer-wrap {
    margin-bottom: 40px;
  }

  .tourn_team_name {
    font-weight: 400;
    text-align: center;
  }

  .tourn_team_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tourn_team_wrap.team_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tourn_game_deets {
    padding-top: 25px;
  }

  .tourn_score_wrap {
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .team_logo {
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
  }

  .secondary-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-card {
    margin-bottom: 40px;
  }

  .sidebar-team-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sidebar-team-wrap.team_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sidebar-scores {
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sidebar-team_logo {
    margin-right: 5px;
    margin-bottom: 7px;
    margin-left: 5px;
  }

  .news-card-content {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .news-card-content.featured {
    padding-left: 25px;
  }

  .content-right {
    display: none;
  }

  .news-specs-card {
    font-size: 13px;
  }

  .news-specs-card.featured {
    padding: 20px 15px;
    font-size: 12px;
  }

  .sidebar-score {
    font-weight: 600;
  }

  ._2-col-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-blog-image {
    min-height: 280px;
  }

  .featured-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .featured-sidebar {
    display: none;
  }

  .featured-preview-heading {
    padding-left: 20px;
  }

  .categories-mobile-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .categories-wrap {
    position: relative;
    z-index: 1;
    margin-right: -1px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .category-wrap {
    width: 45px;
    height: 45px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 7px;
    font-size: 12px;
  }

  .category-wrap.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categories-icon {
    margin-right: 0px;
  }

  .category-mobile-text {
    display: none;
  }

  .link-block {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0a1f44;
    background-color: #ffe20d;
    color: #fff;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .heading-3 {
    position: static;
  }

  .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-container {
    width: auto;
  }

  .heading-1 {
    max-width: 400px;
  }

  .page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-box {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .brand {
    position: static;
    top: auto;
  }

  .premium-column {
    margin-bottom: 15px;
  }

  .premium-features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-share-btn {
    width: 40px;
  }

  .dashboard_card-body {
    padding: 20px;
  }

  .card-body {
    padding: 20px;
  }

  .season-switcher-button {
    width: 36px;
    height: 36px;
  }

  .season-switcher-button-disabled {
    width: 36px;
    height: 36px;
  }

  .rh_blog_header_video_wrap {
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 72px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 17.5px;
  }

  h6 {
    font-size: 15px;
  }

  .te01_card {
    width: 100%;
  }

  .lnd_right_wrap {
    min-height: auto;
  }

  .cl01_logo {
    width: 100%;
    margin-bottom: 25px;
  }

  .tab01_menu {
    margin-right: 0px;
  }

  .t02_slide {
    height: auto;
  }

  .t02_slider {
    height: 100%;
  }

  .p01_tab {
    min-width: 0px;
    margin: 5px;
  }

  .p01_tab.w--current {
    margin-right: 5px;
  }

  .t04_left_arrow {
    top: -500px;
    display: none;
  }

  .t04_right_arrow {
    left: -20%;
    top: -500px;
    display: none;
  }

  .b04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b04_card_text {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
  }

  .b04_card_text_featured {
    padding-right: 10px;
    padding-left: 10px;
  }

  .f02_form_wrap {
    width: 100%;
  }

  .f02_button {
    width: 100%;
  }

  .f02_input {
    margin-bottom: 11px;
    text-align: center;
  }

  .lnd_header_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lnd_content_h1 {
    font-size: 40px;
  }

  .colour_wrapper {
    width: 100%;
  }

  .lnd_page_content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button_p.apply-coupon {
    margin-top: 5px;
    margin-left: 0px;
  }

  .button_wrap {
    width: 100%;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .fp_title_wrap {
    margin-top: 15px;
  }

  .avatar_wrap {
    width: 100%;
  }

  .m01_button {
    margin-bottom: 8px;
  }

  .badge_wrap {
    width: 100%;
  }

  .icon_wrap {
    width: 10%;
  }

  .lnd_tag {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large_paragraph {
    font-size: 16px;
    line-height: 1.3;
  }

  .lnd_dropdown {
    min-width: 0%;
  }

  .f03_button {
    width: 100%;
  }

  .shadow_column {
    width: 50%;
  }

  .s1_shadow {
    width: 100%;
  }

  .s2_shadow {
    width: 100%;
  }

  .s3_shadow {
    width: 100%;
  }

  .s4_shadow {
    width: 100%;
  }

  .lnd_button {
    margin-bottom: 10px;
  }

  .lnd_button_explore {
    margin-left: 0px;
  }

  .lnd_service_wrap {
    width: 100%;
  }

  .lnd_img_block {
    margin-bottom: 35px;
    padding: 0px;
  }

  .lnd_btn {
    display: none;
    margin-right: 5px;
  }

  .lnd_hero {
    padding-top: 140px;
  }

  .ldn_h1 {
    font-size: 46px;
    line-height: 44px;
  }

  .h01 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .h04 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .h04_h1 {
    font-size: 42px;
    line-height: 43px;
  }

  .h04_button {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .f08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 25px;
  }

  .f08_column_large {
    width: 100%;
  }

  .f08_social_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h04_button_wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fe01_card {
    width: 100%;
  }

  .fe04_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fe04_card {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .lnd_cta_bar {
    left: 5px;
    right: 5px;
    display: none;
  }

  .clubs_description {
    margin-bottom: 20px;
  }

  .h12_image {
    width: 100%;
  }

  .p01_tab_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta01_bar {
    left: 5px;
    right: 5px;
    display: none;
  }

  .faq01_block {
    min-width: auto;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq02_block {
    min-width: auto;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq02_paragraph {
    margin-left: 15px;
  }

  .faq02_h6.noselect {
    line-height: 25px;
  }

  .lnd_button_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta05_container {
    padding-left: 0px;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .t06_slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .t06_slider_nav {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .t06_slider_nav._2 {
    right: 0%;
  }

  .t06_slider_nav._4 {
    right: 0%;
  }

  .t06_slider_nav._3 {
    right: 0%;
  }

  .t06_slider_nav._5 {
    right: 0%;
  }

  .t06_card {
    padding: 15px;
  }

  .t06_mask {
    width: 100%;
  }

  .f02_link {
    margin-bottom: 10px;
  }

  .f02_column {
    padding-bottom: 0px;
  }

  .f02_form {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f02_news_wrap {
    width: 100%;
  }

  .m05 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .m05_button {
    min-width: 100px;
  }

  .m05_button_02 {
    min-width: 100px;
  }

  .m05_button_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m06_button {
    min-width: 100px;
  }

  .m06_button_02 {
    min-width: 100px;
  }

  .m06_content_wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .m07_button {
    min-width: 100px;
  }

  .m07_button_02 {
    min-width: 100px;
  }

  .left-border {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 18px;
    border-top: 5px none #ff1010;
    border-left: 5px solid #ff1010;
  }

  .f02_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input.coupon {
    margin-bottom: 10px;
  }

  .nav_toggle {
    margin-right: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
  }

  .nav01_links {
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav_drop {
    margin-right: 20px;
  }

  .nav_drop.region {
    margin-right: 0px;
  }

  .nav01_burger {
    display: none;
  }

  .nav01_burger.w--open {
    display: none;
  }

  .nav01_burger.categories {
    padding: 15px;
    background-color: #eff3ff;
  }

  .nav04_top {
    display: none;
  }

  .nav04_text {
    text-align: center;
  }

  .lnd_nav_link_button {
    background-image: url('../images/template_01.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .dropdown-list-8 {
    overflow: scroll;
  }

  .t07_content_block {
    padding-left: 15px;
  }

  .nav_icon_arrow {
    position: static;
    margin-right: 0px;
    margin-left: 7px;
  }

  .lnd_licence_button {
    min-width: 100px;
  }

  .t08_column {
    width: 100%;
  }

  .t03_slider_arrow {
    left: 20%;
  }

  .t03_slider_arrow_02 {
    right: 20%;
  }

  .form01 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form01_field_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form01_input {
    width: 100%;
  }

  .form02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form02_field_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form02_input {
    width: 100%;
  }

  .form05_title {
    display: inline;
    font-size: 22px;
    line-height: 33px;
  }

  .form05_input {
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 0px;
    font-size: 24px;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.budget {
    display: inline;
    width: 90px;
    font-size: 22px;
  }

  .form05_input.project {
    width: 100%;
    font-size: 24px;
  }

  .field-label-copy {
    display: inline;
    font-size: 22px;
    line-height: 33px;
  }

  .form04_input_02 {
    margin-bottom: 0px;
  }

  .g01_column {
    width: 100%;
  }

  .g02_column {
    width: 100%;
  }

  .g02_column_02 {
    width: 100%;
  }

  .g02_column_03 {
    width: 100%;
  }

  .te04_team_block {
    width: 100%;
  }

  .article-image {
    min-height: 250px;
  }

  .cta06_container {
    padding-left: 0px;
  }

  .fe09_column {
    width: 100%;
  }

  .p01_card_shadow {
    margin-bottom: 20px;
  }

  .fe10_column_right {
    width: 100%;
  }

  .fe10_column_left {
    position: relative;
    top: 0px;
    width: 100%;
  }

  .fe10_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fe10_feature_wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .faq04_wrap {
    width: 100%;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_tab_link {
    width: 50%;
  }

  .tab03_menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab03_tabs {
    margin-top: 35px;
  }

  .form11_image {
    box-shadow: 0 -1px 30px 0 rgba(10, 31, 68, 0.05);
  }

  .c11_process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .rich-text-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rh_dropdown_list.w--open {
    min-width: 240px;
    padding: 7px;
  }

  .rh_dropdown_list.league.w--open {
    margin-left: -39px;
  }

  .rh_sec_nav_link {
    margin: 5px 0px;
    font-size: 13px;
  }

  .rh_sec_nav_flag {
    margin-right: 9px;
  }

  .rh_sec_nav_category_text {
    margin-right: 0px;
    font-weight: 600;
  }

  .rh_sec_nav_category_text.country {
    display: none;
  }

  .rh_sec_nav_league {
    padding-right: 10px;
  }

  .rh_sec_nav_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rh_blog_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rh_blog_header_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .rh_b04_card_text {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
  }

  .rh_b04_card_text.featured {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .rh_section {
    padding: 40px 3%;
  }

  .rh_blog_header_image_wrap {
    margin-bottom: 0%;
  }

  .rh_hero_cta {
    padding-top: 60px;
    padding-bottom: 200px;
    background-size: 80%;
  }

  .rh_cta_button {
    margin-bottom: 10px;
  }

  .rh_cta_h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .rh_cta_button_explore {
    margin-left: 0px;
  }

  .rh_content_width_large.nutzungsbedingungen {
    overflow: auto;
  }

  .rh_resultate_date_wrap {
    width: 100%;
    padding: 8px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rh_resultate_day {
    margin-right: 10px;
  }

  .rh_resultate_right_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .rh_resultate_team_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rh_resultate_team_wrap.team_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rh_team_logo {
    margin-top: 4px;
    margin-right: 6px;
    margin-bottom: 4px;
  }

  .rh_resultate_score_wrap {
    min-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rh_resultate_score {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .rh_sub-page_header {
    min-height: 250px;
    padding-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rh_header_flag_wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rh_team_name {
    font-size: 16px;
  }

  .rh_cta_paragraph {
    max-width: 100%;
  }

  .rh_spielplan_vs_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .game_location {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rh_sec_nav_inner_wrap {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rh_sec_nav_links {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
  }

  .rh_sec_nav_categories {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .resultate_line {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #c1c7d0;
  }

  .resultate_line.sidebar-results {
    min-height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .past_present_wrap {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .past-future_button {
    margin-bottom: 10px;
  }

  .button_light {
    width: 100%;
  }

  .button_light.logo_downloads {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .news_heading_link {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .rh_video_preview.locked {
    min-height: 160px;
  }

  .live_vid_card {
    padding: 21px;
  }

  .live_vid_vs_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .live_vid_tag {
    position: relative;
    top: 0px;
    right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .live_vid_info_wrap {
    width: 100%;
    padding: 20px 12px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .live_vid_team_name {
    text-align: left;
  }

  .clubs_show_card {
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clubs_show_header {
    padding-top: 25px;
    padding-bottom: 90px;
    background-size: auto 100px, auto;
  }

  .user_dashboard_sec_nav {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0.25em 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navigation-item {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    font-size: 12px;
  }

  .navigation-item.profile-nav {
    width: auto;
  }

  .navigation-icon {
    z-index: 999;
    margin-right: 0.25em;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .top-nav {
    padding-right: 0em;
    padding-left: 1em;
  }

  .user_dashboard_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dashboard_page_title_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .dashboard_title_icon {
    margin-right: 0px;
  }

  .dashboard_title_icon_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spielplan_card {
    margin-bottom: 25px;
  }

  .spielplan_logos_row {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    text-align: center;
  }

  .spielplan_card_header {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spielplan_categories {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spielplan_badge {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .edit_delete_buttons_wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  .header_legibility_gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #3c485c), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #3c485c 21%, hsla(0, 0%, 100%, 0));
  }

  .resultate_categories {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate_gen_info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .page_header {
    margin-bottom: -20px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-position: 30% 30%;
    background-size: cover;
  }

  .div-block-124 {
    padding-top: 30px;
  }

  .modal-element {
    overflow: auto;
    max-height: 100%;
  }

  .premium-content-icon {
    width: 75px;
  }

  .modal-header {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content {
    padding: 19px 20px;
    text-align: center;
  }

  .modal-button-wrap {
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .premium-modal-heading {
    font-size: 30px;
    text-align: center;
  }

  .modal-subheading {
    display: none;
  }

  .logo_wrap.vert {
    width: 100%;
  }

  .logo_wrap.hori {
    padding-bottom: 0px;
  }

  .logos {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo-downloads {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hori-logo {
    max-width: 100%;
  }

  .download-text {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card {
    margin-bottom: 25px;
  }

  .tournament-slider {
    margin-bottom: 25px;
  }

  .tournament_game {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .tourn-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tournament-card {
    margin-bottom: 25px;
  }

  .tourn-game-outer-wrap {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tournament-tabs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tourn_team_name {
    margin-left: 11px;
    font-size: 16px;
  }

  .tourn_team_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tourn_team_wrap.team_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tourn_game_deets {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }

  .tourn_teams {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tourn_score_wrap {
    min-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team_logo {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sidebar-card {
    display: block;
    margin-bottom: 25px;
  }

  .sidebar-team-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sidebar-team-wrap.team_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-vs-wrap {
    margin: 2px 0px;
  }

  .sidebar-scores {
    min-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-team {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar-team_logo {
    margin: 4px 10px;
  }

  .news-card-content {
    display: block;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .news-card-content.featured {
    display: block;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-right {
    display: none;
    max-width: none;
  }

  .news-spec-row {
    padding-bottom: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-specs-card {
    margin-bottom: 25px;
  }

  .news-specs-card.featured {
    font-size: 11px;
  }

  .specs-heading {
    margin-right: 5px;
    font-size: 1em;
  }

  .sidebar-score {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .featured-blog-image {
    min-height: 250px;
  }

  .featured-text-wrap {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
  }

  .featured-card-text {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
  }

  .secondary_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-nav-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .featured-preview-heading {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 18px;
    border-top: 5px none #ff1010;
    border-left: 5px solid #ff1010;
    font-size: 25px;
  }

  .categories-mobile-navbar {
    z-index: 1000;
    box-shadow: 0 1px 3px 5px rgba(118, 126, 173, 0.14);
  }

  .categories-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .category-wrap {
    padding: 7px 10px;
  }

  .category-wrap.w--current {
    background-color: #6454fc;
  }

  .categories-icon {
    width: 35px;
  }

  .form-box {
    width: auto;
    margin-top: 0%;
  }

  .button {
    margin-top: 20px;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .heading-3 {
    position: static;
    line-height: 140%;
  }

  .text-field-box {
    width: 100%;
  }

  .feature-icon {
    margin-bottom: 5px;
  }

  .block-1 {
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
  }

  .legal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .form-wrapper {
    max-width: 460px;
  }

  .block-2 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-login {
    width: 48%;
    height: 45px;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
  }

  .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-3 {
    white-space: nowrap;
  }

  .social-box {
    margin-bottom: 0%;
  }

  .share-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-icons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .share-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  .coupon-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .custom-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rh_account-dropdown-list.w--open {
    min-width: 240px;
    padding: 7px;
  }

  .rh_account-dropdown-list.league.w--open {
    margin-left: -39px;
  }

  .season-switcher-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rh_blog_header_video_wrap {
    height: 300px;
  }

  .rh_blog_header_video {
    min-height: 0px;
  }

  .spielplan_live-now-button {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
}

#w-node-be9382e5-08c0-3cfc-8f8b-f2ef9a01cd36-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f1147584-d088-69fb-eb5d-28b85807d76d-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb2614a7-303f-c63b-5bda-b29b3e0cd87d-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb2614a7-303f-c63b-5bda-b29b3e0cd87e-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_842db008-b042-f088-357e-06db168c7563-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_842db008-b042-f088-357e-06db168c7564-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e3281-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e3282-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e3295-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e3296-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e32a9-fea05645 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_251ba6ce-58f2-06f1-c6e3-af8c372e32aa-fea05645 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}