@font-face {
  font-family: azo-sans-web, sans-serif;
  font-display: auto;
}
html, body {
  overflow-x: hidden;
  -webkit-overflow-x: hidden;
  -moz-overflow-x: hidden;
}

.home {
  padding-top: 0px;
}

body {
  padding-top: 90px;
}

p:empty {
  display: none;
}
p span:empty {
  display: none;
}

span .textlogo {
  height: 39px;
  width: auto;
  position: relative;
  margin-left: 3px;
  margin-right: 2px;
}

h2 .textlogo {
  height: 42px;
  width: auto;
  position: relative;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 2px;
}

h3 .textlogo {
  height: 38px;
  width: auto;
  position: relative;
  margin-left: 3px;
  margin-right: 2px;
}

header {
  top: 0px;
  position: fixed;
  background-color: #FFFFFF;
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 5;
  max-height: 95px;
  width: 100%;
  border-bottom: 1px solid #DAD2E6;
}
header .logo {
  height: 53px;
  width: auto;
  position: relative;
  float: left;
}
header .searchicon {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #59358C;
  position: relative;
  float: right;
  padding: 10px;
  margin-top: 5px;
  margin-right: 0px;
  transition: 0.2s ease;
  cursor: pointer;
}
header .searchicon img {
  width: 20px;
  height: auto;
}
header .searchicon:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header nav {
  position: relative;
  float: right;
}
header nav .menu {
  list-style: none;
  padding-left: 0px;
  margin: 10px 0px 0px 0px;
  position: relative;
  float: left;
}
header nav .menu .menu-item {
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-right: 80px;
  float: left;
  position: relative;
}
header nav .menu .menu-item:after {
  transition: 0.2s ease;
  position: absolute;
  height: 1px;
  width: 0px;
  background-color: #59358C;
  left: 0px;
  bottom: 0px;
  content: "";
}
header nav .menu .menu-item:hover:after {
  width: 100%;
}
header nav .menu .menu-item a {
  color: #59358C;
  text-decoration: none;
}

.mobile_menu {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  z-index: 8;
  padding: 100px 20px 100px 20px;
  left: -100%;
  transition: 0.2s ease;
  opacity: 0;
}
.mobile_menu .menu {
  padding-left: 0px;
  list-style: none;
  position: relative;
}
.mobile_menu .menu .menu-item {
  font-size: 20px;
  font-family: azo-sans-web, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: lowercase;
}
.mobile_menu .menu .menu-item a {
  color: #59358C;
  text-decoration: none;
}

.menu_open {
  left: 0px;
  opacity: 1;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  display: none;
  top: 10px;
  right: -5px;
  width: 70px;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #59358C;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.search_container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  background-color: #59358C;
  left: 0px;
  z-index: 9;
  display: none;
}
.search_container .close_search {
  right: 40px;
  top: 40px;
  height: 26px;
  width: auto;
  position: absolute;
  transition: 0.2s ease;
  cursor: pointer;
}
.search_container .close_search:hover {
  transform: rotate(90deg);
}
.search_container .search_form {
  width: 100%;
  max-width: 900px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: azo-sans-web, sans-serif;
  padding: 0px 20px 0px 20px;
}
.search_container .search_form form {
  width: 100%;
  position: relative;
}
.search_container .search_form form input {
  padding: 20px 0px 20px 0px;
  color: #FFFFFF;
  width: 100%;
  position: relative;
  background-color: #59358C;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  font-size: 48px;
  outline: none;
}
.search_container .search_form form input::placeholder {
  color: #FFFFFF;
}
.search_container .search_form form #sub {
  display: none;
}
.search_container .search_form form img {
  height: 90px;
  top: 0px;
  right: 0px;
  position: absolute;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  background-color: #59358C;
  padding: 20px 0px 20px 20px;
  cursor: pointer;
}

.search_result_title {
  padding-top: 60px;
  padding-bottom: 60px;
}
.search_result_title h2 {
  margin: 0px;
  font-size: 42px;
  color: #453A36;
  font-family: azo-sans-web, sans-serif;
  font-weight: 600;
}
.search_result_title h2 span {
  color: #837874;
}

.search_results {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  min-height: 50%;
}
.search_results h3 {
  margin: 0px;
  font-size: 21px;
  color: #453A36;
  font-family: azo-sans-web, sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}
.search_results .search_result {
  position: relative;
  transition: 0.2s ease;
  float: left;
  padding-bottom: 15px;
}
.search_results .search_result .search_result_inner {
  padding: 40px;
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  float: left;
  border: 1px solid #837874;
}
.search_results .search_result .search_result_inner h3 {
  font-family: azo-sans-web, sans-serif;
  color: #59358C;
  margin: 0px;
  font-size: 21px;
  transition: 0.2s ease;
  position: relative;
  float: left;
  width: auto;
}
.search_results .search_result .search_result_inner h3:after {
  transition: 0.2s ease;
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #59358C;
  left: 0px;
  bottom: 0px;
  content: "";
}
.search_results .search_result .search_result_inner h3 a {
  color: #59358C;
}
.search_results .search_result:hover h3 {
  color: #7A5CA3;
}
.search_results .search_result:hover h3:after {
  width: 100%;
}
.search_results .search_result:hover .search_result_inner {
  border: 1px solid #7A5CA3;
}
.search_results .nothing {
  position: relative;
  float: left;
}
.search_results .nothing h3 {
  font-family: azo-sans-web, sans-serif;
  color: #453A36;
  margin: 0px;
  font-size: 21px;
  transition: 0.2s ease;
  font-weight: 600;
}
.search_results .nothing form {
  border-bottom: 1px solid #453A36;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  max-width: 370px;
  margin-top: 30px;
}
.search_results .nothing form input {
  font-size: 18px;
  font-weight: 600;
  outline: none;
  border: none;
  position: relative;
  width: 100%;
  float: left;
  color: #59358C;
}
.search_results .nothing form input::placeholder {
  color: #59358C;
}
.search_results .nothing form #search_submit {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  padding: 25px 0px 25px 25px;
}
.search_results .nothing form #submit {
  display: none;
}
.banner_home {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  z-index: 7;
  background-color: #FFFFFF;
}
.banner_home .banner_top {
  position: relative;
  height: 70%;
  min-height: 480px;
  max-height: 700px;
  width: 100%;
  text-align: center;
}
.banner_home .banner_top:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #CCC9C7;
  opacity: 0.36;
  z-index: 1;
  content: "";
  position: absolute;
}
.banner_home .banner_top .banner_top_inner {
  transform: translateY(-50%);
  top: 40%;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
}
.banner_home .banner_top .banner_top_inner img {
  float: left;
  position: relative;
  height: 120px;
  width: auto;
  margin-top: 15px;
  margin-right: 60px;
}
.banner_home .banner_top .banner_top_inner h1 {
  margin: 0px;
  font-family: azo-sans-web, sans-serif;
  font-size: 111px;
  line-height: 114px;
  font-weight: 200;
  color: #FFFFFF;
  float: left;
  z-index: 2;
}
.banner_home .banner_bottom {
  position: relative;
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #59358C;
  z-index: 3;
}
.banner_home .banner_bottom .banner_card {
  height: auto;
  float: left;
  transform: translateY(-140px);
  position: relative;
  text-align: center;
  min-height: 325px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-bottom: -140px;
}
.banner_home .banner_bottom .banner_card .banner_card_inner {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 50px 30px 50px 30px;
}
.banner_home .banner_bottom .banner_card .banner_card_inner p {
  font-size: 29px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 600;
  line-height: 36px;
  color: #59358C;
  margin: 0px 0px 50px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.banner_home .banner_bottom .banner_card .banner_card_inner span {
  text-transform: inherit;
  font-weight: 200;
}
.banner_home .banner_bottom .banner_card .banner_card_inner a {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  float: left;
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 15px;
  line-height: 29px;
  color: #837874;
  padding: 15px;
  border: 1px solid #837874;
  border-radius: 34px;
}
.banner_home .banner_bottom .banner_card .banner_card_inner a:nth-child(3) {
  margin-bottom: 0px;
}
.banner_home .banner_bottom .banner_card .banner_card_inner a:hover {
  background-color: #837874;
  color: #FFFFFF;
  transition: 0.2s ease;
  text-decoration: none;
}
.banner_home .banner_bottom .contact_card {
  height: auto;
  float: left;
  transform: translateY(-140px);
  position: relative;
  text-align: center;
  min-height: 325px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-bottom: -140px;
}
.banner_home .banner_bottom .contact_card .banner_card_inner {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #7A5CA3;
  padding: 50px 30px 50px 30px;
}
.banner_home .banner_bottom .contact_card .banner_card_inner p {
  font-size: 29px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 600;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0px 0px 50px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.banner_home .banner_bottom .contact_card .banner_card_inner span {
  font-size: 25px;
  font-weight: 200;
  font-family: azo-sans-web, sans-serif;
  color: #FFFFFF;
  padding: 16px 0px 16px 0px;
  width: 100%;
  position: relative;
  float: left;
}
.banner_home .banner_bottom .contact_card .banner_card_inner span a {
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 10px;
  text-decoration: underline;
}
.banner_home .banner_bottom nav {
  margin: 0px;
  position: relative;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner_home .banner_bottom nav .menu {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.banner_home .banner_bottom nav .menu .menu-item {
  font-size: 24px;
  font-weight: 200;
  font-family: azo-sans-web, sans-serif;
  color: #FFFFFF;
  margin-right: 70px;
  float: left;
  position: relative;
  transition: 0.2s ease;
  line-height: 35px;
}
.banner_home .banner_bottom nav .menu .menu-item:after {
  transition: 0.2s ease;
  position: absolute;
  height: 1px;
  width: 0px;
  background-color: #FFFFFF;
  left: 0px;
  bottom: 0px;
  content: "";
}
.banner_home .banner_bottom nav .menu .menu-item:hover:after {
  width: 100%;
}
.banner_home .banner_bottom nav .menu .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.banner_home .banner_bottom .icons .icons_inner {
  margin: 0px;
  position: relative;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
  list-style: none;
  width: 100%;
}
.banner_home .banner_bottom .icons .icons_inner li {
  float: left;
  position: relative;
  width: auto;
  margin-right: 15px;
  cursor: pointer;
}
.banner_home .banner_bottom .icons .icons_inner li img {
  height: 23px;
  width: auto;
}
.banner_home .banner_bottom .icons .icons_inner .search_light {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #FFFFFF;
  position: relative;
  float: right;
  padding: 10px;
  margin-top: -10px;
  margin-right: 0px;
  transition: 0.2s ease;
  cursor: pointer;
}
.banner_home .banner_bottom .icons .icons_inner .search_light img {
  width: 20px;
  height: auto;
}
.banner_home .banner_bottom .icons .icons_inner .search_light:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.intro_home {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: azo-sans-web, sans-serif;
}
.intro_home span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  float: left;
  width: 100%;
}
.intro_home h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin: 0px;
  max-width: 780px;
  float: left;
}
.intro_home p {
  font-size: 21px;
  line-height: 36px;
  font-weight: 200;
  color: #453A36;
  margin: 30px 0px 30px 0px;
  max-width: 950px;
  float: left;
}
.intro_home p a {
  color: #59358C;
  text-decoration: underline;
}
.intro_home .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  float: left;
  transition: 0.2s ease;
}
.intro_home .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}

.second_section {
  background-color: #837874;
  font-family: azo-sans-web, sans-serif;
  position: relative;
}
.second_section .second_section_inner {
  position: relative;
}
.second_section .second_section_inner article {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #837874;
}
.second_section .second_section_inner article:after {
  height: 100%;
  width: 300%;
  top: 0px;
  right: -300%;
  background-color: #7A5CA3;
  opacity: 0.8;
  content: "";
  position: absolute;
  z-index: 2;
}
.second_section .second_section_inner article h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  color: #FFFFFF;
  margin: 0px 0px 30px 0px;
}
.second_section .second_section_inner article p {
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0px;
  padding-right: 30px;
  position: relative;
  z-index: 4;
}
.second_section .second_section_inner article p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.second_section .second_section_inner .hope {
  width: 90%;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 2;
  bottom: -150px;
}
.second_section .second_section_inner .right {
  position: relative;
  padding: 0px;
  background-color: #FFFFFF;
}
.second_section .second_section_inner .right .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  top: -50px;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
.second_section .second_section_inner .right .mask {
  width: 200%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.stories_outer {
  position: relative;
  font-family: azo-sans-web, sans-serif;
  margin-top: 250px;
  padding-bottom: 60px;
}
.stories_outer .title_row {
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  position: relative;
}
.stories_outer .title_row h2 {
  float: left;
  color: #59358C;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  margin: 0px;
  position: relative;
}
.stories_outer .title_row a {
  float: right;
  color: #453A36;
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  margin: 10px 0px 0px 0px;
  transition: 0.2s ease;
  position: relative;
}
.stories_outer .title_row a:after {
  width: 100%;
  height: 2px;
  background-color: #453A36;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.2s ease;
}
.stories_outer .title_row a:hover {
  color: #59358C;
  text-decoration: none;
}
.stories_outer .title_row a:hover:after {
  width: 0px;
}
.stories_outer .title_row #filter {
  position: relative;
  float: right;
  font-family: azo-sans-web, sans-serif;
  padding: 0px;
}
.stories_outer .title_row #filter #filterbutton {
  display: none;
}
.stories_outer .title_row #filter .filter {
  float: right;
  position: relative;
}
.stories_outer .title_row #filter .filter .item {
  float: left;
}
.stories_outer .title_row #filter .filter .item .simulated-radio {
  display: block;
  float: left;
  margin: 0px 0px 0px 20px;
  cursor: pointer;
  transition: 0.2s ease;
}
.stories_outer .title_row #filter .filter .item .simulated-radio:hover span {
  font-weight: 400;
}
.stories_outer .title_row #filter .filter .item .simulated-radio span {
  display: block;
  font-size: 30px;
  color: #7A5CA3;
  font-family: azo-sans-web, sans-serif;
  font-weight: 200;
}
.stories_outer .title_row #filter .filter .item .simulated-radio span:last-child span {
  margin-right: 0px;
}
.stories_outer .title_row #filter .filter .item input {
  display: none;
}
.stories_outer .title_row #filter .filter .item span {
  display: none;
}
.stories_outer a {
  /*
  &:nth-child(1){
    .post{
      width: 40%;
      .post_inner{
        .post_preview{
          padding:30px 90px 30px 90px;
          ul{
            li{
              font-size: 32px;
              line-height: 40px;
            }
          }
        }
      }
    }
  }
  &:nth-child(2){
    .post{
      width: 40%;
      .post_inner{
        .post_preview{
          padding:30px;
          ul{
            li{
              font-size: 21px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }
  &:nth-child(3){
    .post{
      width: 20%;
    }
  }
  &:nth-child(4){
    .post{
      width: 20%;
    }
  }
  &:nth-child(5){
    .post{
      width: 40%;
    }
  } */
}
.stories_outer a #filtered_post {
  width: 33.33%;
  height: 200px;
}
.stories_outer a .post {
  cursor: pointer;
  position: relative;
  float: left;
  border: 7.5px solid transparent;
}
.stories_outer a .post .post_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stories_outer a .post .post_inner .post_preview {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  background-color: rgba(89, 53, 140, 0.4);
  opacity: 0;
  transition: 0.2s ease-in;
  padding: 30px;
}
.stories_outer a .post .post_inner .post_preview ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-transform: lowercase;
}
.stories_outer a .post .post_inner .post_preview ul li {
  font-size: 21px;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 26px;
}
.stories_outer a .post .post_inner .post_preview ul li:first-child {
  font-weight: 600;
}
.stories_outer a .post .post_inner:hover .post_preview {
  opacity: 1;
  left: -15px;
}
.stories_outer a .post_large {
  width: 40%;
}
.stories_outer a:nth-child(8) .post_large {
  float: right;
}
.stories_outer a .post_wide {
  width: 40%;
}
.stories_outer a .post_small {
  width: 20%;
}

.pagination {
  padding: 20px 0px 20px 0px;
  text-align: center;
  float: left;
  width: 100%;
}
.pagination .next {
  display: none;
}
.pagination .prev {
  display: none;
}
.pagination .page-numbers {
  font-size: 20px;
  font-family: azo-sans-web, sans-serif;
  color: #453A36;
  padding: 5px 20px 5px 20px;
  border: 1px solid #59358C;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 5px;
  text-decoration: none;
}
.pagination .current {
  color: #FFFFFF;
  background-color: #7A5CA3;
  text-decoration: none;
}

footer {
  background-color: #453A36;
  padding-top: 80px;
  position: relative;
  width: 100%;
}
footer .fo_item {
  font-family: azo-sans-web, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 60px;
}
footer .fo_item:nth-child(2) h4:nth-child(1) {
  margin-top: 10px;
}
footer .fo_item h4 {
  width: 100%;
  position: relative;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
}
footer .fo_item ul {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
footer .fo_item ul li {
  line-height: 36px;
  font-weight: 200;
  width: 100%;
}
footer .fo_item ul li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s ease;
}
footer .fo_item ul li a:hover {
  color: #837874;
}
footer .fo_item ul li span {
  font-weight: 600;
  width: auto;
}
footer .fo_item ul li .logo {
  height: 90px;
  width: auto;
  margin-bottom: 20px;
}
footer .fo_item ul li .cerf {
  height: 60px;
  width: auto;
}
footer .fo_item ul li .social {
  float: left;
  height: 18px;
  width: auto;
  margin-top: 15px;
  margin-right: 10px;
}
footer .underfooter {
  font-family: azo-sans-web, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .underfooter:before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  border-left: 15px solid #453A36;
  border-right: 15px solid #453A36;
}
footer .underfooter ul {
  list-style: none;
  margin: 0px;
}
footer .underfooter ul li {
  float: left;
  font-weight: 200;
  margin-right: 5px;
}
footer .underfooter ul li:first-child {
  font-weight: 600;
}
footer .underfooter ul li:last-child:after {
  display: none;
}
footer .underfooter ul li:after {
  content: "|";
  margin-left: 5px;
  position: relative;
}
footer .underfooter ul li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s ease;
}
footer .underfooter ul li a:hover {
  color: #837874;
}

.page_banner {
  height: 600px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_banner .inner_title {
  position: relative;
  height: 600px;
}
.page_banner .inner_title h2 {
  text-align: right;
  color: #FFFFFF;
  font-family: azo-sans-web, sans-serif;
  font-size: 90px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  position: relative;
  width: 100%;
  left: 0px;
}
.page_banner .banner_links {
  width: auto;
  height: auto;
  padding: 70px 100px 80px 70px;
  background-color: rgba(89, 53, 140, 0.68);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 15px;
  z-index: 4;
  max-width: 700px;
}
.page_banner .banner_links img {
  height: 50px;
  width: auto;
  position: relative;
}
.page_banner .banner_links img[src=""] {
  display: none;
}
.page_banner .banner_links ul:empty {
  display: none;
}
.page_banner .banner_links ul {
  position: relative;
  padding: 0px;
  list-style: none;
}
.page_banner .banner_links ul li {
  color: #FFFFFF;
  line-height: 45px;
  font-weight: 200;
  font-size: 20px;
  font-family: azo-sans-web, sans-serif;
  position: relative;
}
.page_banner .banner_links ul li a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
}
.page_banner .banner_links ul li a:hover {
  text-decoration: none;
}
.page_banner .banner_links ul li a:active {
  text-decoration: none;
}
.page_banner h1 {
  -webkit-text-stroke: 1px #59358C;
  color: transparent;
  font-family: azo-sans-web, sans-serif;
  position: absolute;
  bottom: 0px;
  height: 540px;
  width: max-content;
  font-size: 370px;
  left: 50%;
  transform: translate(-50%, 35%);
  z-index: 2;
  margin: 0px;
  overflow: hidden;
}

.layout_1 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
.layout_1 .layout_1_inner {
  position: relative;
  z-index: 3;
}
.layout_1 .layout_1_inner article {
  font-family: azo-sans-web, sans-serif;
}
.layout_1 .layout_1_inner article span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_1 .layout_1_inner article h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 780px;
  float: left;
}
.layout_1 .layout_1_inner article h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #7A5CA3;
}
.layout_1 .layout_1_inner article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.layout_1 .layout_1_inner article p a {
  color: #59358C;
  text-decoration: underline;
}
.layout_1 .layout_1_inner article ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_1 .layout_1_inner article ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_1 .layout_1_inner article ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}
.layout_1 .layout_1_inner article form {
  position: relative;
  width: 100%;
}
.layout_1 .layout_1_inner article form span {
  line-height: inherit;
}
.layout_1 .layout_1_inner article form .wpcf7-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: #F6EFFF;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 45px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.layout_1 .layout_1_inner article form .wpcf7-select option {
  padding: 10px 15px 10px 15px;
}
.layout_1 .layout_1_inner article form .wpcf7-select:after {
  content: "v";
  position: absolute;
  right: 0px;
}
.layout_1 .layout_1_inner article form .wpcf7-mail-sent-ok {
  border: none;
  position: relative;
  float: left;
  margin: 0px;
  font-size: 18px;
  padding: 0px;
}
.layout_1 .layout_1_inner article form .wpcf7-validation-errors {
  border: none;
}
.layout_1 .layout_1_inner article form .wpcf7-acceptance-missing {
  border: none;
}
.layout_1 .layout_1_inner article form p {
  margin-bottom: 18px;
}
.layout_1 .layout_1_inner article form p .wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 20px;
}
.layout_1 .layout_1_inner article form p input {
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
  background-color: #F6EFFF;
}
.layout_1 .layout_1_inner article form p input::placeholder {
  color: #59358C;
}
.layout_1 .layout_1_inner article form p .wpcf7-submit {
  color: #FFFFFF;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  width: auto;
  background-color: #59358C;
}
.layout_1 .layout_1_inner article form p .wpcf7-submit:hover {
  background-color: #F6EFFF;
  color: #59358C;
  text-decoration: none;
}
.layout_1 .layout_1_inner article form span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler {
  position: relative;
  width: 100%;
  border: none;
  height: auto;
  float: left;
  margin: 0px;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  position: relative;
  float: left;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  float: left;
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
  background-color: #F6EFFF;
  text-align: left;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status {
  position: relative;
  float: left;
  display: inherit;
  width: 100%;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  position: relative;
  float: left;
  display: none;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  position: relative;
  float: left;
  padding: 0px;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
  text-transform: none;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  font-size: 18px;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
  font-size: 18px;
  color: #453A36;
  font-weight: 400;
  line-height: 26px;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  background-color: #837874;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #7A5CA3;
}
.layout_1 .layout_1_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details a {
  font-size: 18px;
}
.layout_1 .layout_1_inner article .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.layout_1 .layout_1_inner article .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}
.layout_1 .right_image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layout_1 .right_image .img_cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layout_1 .right_image .img_small {
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.layout_2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #59358C;
}
.layout_2 .layout_2_inner article {
  font-family: azo-sans-web, sans-serif;
  color: #FFFFFF;
}
.layout_2 .layout_2_inner span {
  position: relative;
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #E21B84;
  margin-bottom: 0px;
  width: 100%;
  float: left;
}
.layout_2 .layout_2_inner h2 {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 670px;
  float: left;
}
.layout_2 .layout_2_inner h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 670px;
  float: left;
}
.layout_2 .layout_2_inner p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  margin: 0px 0px 30px 0px;
  float: left;
  width: 100%;
}
.layout_2 .layout_2_inner p a {
  color: #E21B84;
  text-decoration: underline;
}
.layout_2 .layout_2_inner ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_2 .layout_2_inner ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_2 .layout_2_inner ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
  background-color: #FFFFFF;
  border-radius: 20px;
}
.layout_2 .layout_2_inner ul li a {
  color: #E21B84;
  text-decoration: underline;
}
.layout_2 .layout_2_inner .btn_light {
  color: #FFFFFF;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  margin-top: 10px;
  float: left;
  margin-right: 20px;
}
.layout_2 .layout_2_inner .btn_light:hover {
  background-color: #FFFFFF;
  color: #59358C;
  text-decoration: none;
}
.layout_2 .layout_2_inner .btn_light:empty {
  display: none;
}

.layout_3 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #F6EFFF;
}
.layout_3 .layout_3_inner {
  position: relative;
}
.layout_3 .layout_3_inner article {
  font-family: azo-sans-web, sans-serif;
}
.layout_3 .layout_3_inner article span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_3 .layout_3_inner article h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.layout_3 .layout_3_inner article h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #7A5CA3;
}
.layout_3 .layout_3_inner article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.layout_3 .layout_3_inner article p a {
  color: #59358C;
  text-decoration: underline;
}
.layout_3 .layout_3_inner article ol, .layout_3 .layout_3_inner article ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_3 .layout_3_inner article ol li, .layout_3 .layout_3_inner article ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_3 .layout_3_inner article ol li:before, .layout_3 .layout_3_inner article ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}
.layout_3 .layout_3_inner article ol li a, .layout_3 .layout_3_inner article ul li a {
  color: #59358C;
  text-decoration: underline;
}
.layout_3 .layout_3_inner article .btn_dark {
  color: #59358C;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.layout_3 .layout_3_inner article .btn_dark:hover {
  background-color: #59358C;
  color: #F6EFFF;
  text-decoration: none;
}
.layout_3 .layout_3_inner article form {
  position: relative;
  width: 100%;
}
.layout_3 .layout_3_inner article form span {
  line-height: inherit;
}
.layout_3 .layout_3_inner article form .wpcf7-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: #FFFFFF;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 45px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.layout_3 .layout_3_inner article form .wpcf7-select option {
  padding: 10px 15px 10px 15px;
}
.layout_3 .layout_3_inner article form .wpcf7-select:after {
  content: "v";
  position: absolute;
  right: 0px;
}
.layout_3 .layout_3_inner article form .wpcf7-mail-sent-ok {
  border: none;
  position: relative;
  float: left;
  margin: 0px;
  font-size: 18px;
  padding: 0px;
}
.layout_3 .layout_3_inner article form .wpcf7-validation-errors {
  border: none;
}
.layout_3 .layout_3_inner article form .wpcf7-acceptance-missing {
  border: none;
}
.layout_3 .layout_3_inner article form p {
  margin-bottom: 18px;
}
.layout_3 .layout_3_inner article form p .wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 20px;
}
.layout_3 .layout_3_inner article form p input {
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
}
.layout_3 .layout_3_inner article form p input::placeholder {
  color: #59358C;
}
.layout_3 .layout_3_inner article form p .wpcf7-submit {
  color: #FFFFFF;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  width: auto;
  background-color: #59358C;
}
.layout_3 .layout_3_inner article form p .wpcf7-submit:hover {
  background-color: #F6EFFF;
  color: #59358C;
  text-decoration: none;
}
.layout_3 .layout_3_inner article form span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler {
  position: relative;
  width: 100%;
  border: none;
  height: auto;
  float: left;
  margin: 0px;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  position: relative;
  float: left;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  float: left;
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
  background-color: #FFFFFF;
  text-align: left;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status {
  position: relative;
  float: left;
  display: inherit;
  width: 100%;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  position: relative;
  float: left;
  display: none;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  position: relative;
  float: left;
  padding: 0px;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
  text-transform: none;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  font-size: 18px;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
  font-size: 18px;
  color: #453A36;
  font-weight: 400;
  line-height: 26px;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  background-color: #837874;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #7A5CA3;
}
.layout_3 .layout_3_inner article form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details a {
  font-size: 18px;
}
.layout_3 .left_image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layout_3 .left_image .img_cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.layout_4 {
  font-family: azo-sans-web, sans-serif;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
.layout_4 span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_4 h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.layout_4 h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #7A5CA3;
}
.layout_4 h4 {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #7A5CA3;
}
.layout_4 p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.layout_4 p a {
  color: #59358C;
  text-decoration: underline;
}
.layout_4 ol, .layout_4 ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_4 ol li, .layout_4 ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_4 ol li:before, .layout_4 ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}
.layout_4 .location {
  position: relative;
  float: left;
  min-height: 330px;
}
.layout_4 .location ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_4 .location ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_4 .location ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}

.layout_5 {
  background-color: #F6EFFF;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.layout_5 article {
  font-family: azo-sans-web, sans-serif;
}
.layout_5 article span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.layout_5 article h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 780px;
  float: left;
}
.layout_5 article h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #7A5CA3;
}
.layout_5 article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.layout_5 article p a {
  color: #59358C;
  text-decoration: underline;
}
.layout_5 article ul {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.layout_5 article ul li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.layout_5 article ul li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 10px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}
.layout_5 article .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
}
.layout_5 article .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}
.layout_5 .form_wrap {
  position: relative;
  width: 100%;
  padding-right: 60px;
}
.layout_5 .form_wrap form {
  position: relative;
  width: 100%;
}
.layout_5 .form_wrap form .wpcf7-response-output {
  padding: 0px;
  margin: 0px;
  border: none;
}
.layout_5 .form_wrap form .wpcf7-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: #FFFFFF;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 45px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.layout_5 .form_wrap form .wpcf7-select option {
  padding: 10px 15px 10px 15px;
}
.layout_5 .form_wrap form .wpcf7-select:after {
  content: "v";
  position: absolute;
  right: 0px;
}
.layout_5 .form_wrap form span {
  line-height: inherit;
}
.layout_5 .form_wrap form .wpcf7-mail-sent-ok {
  border: none;
  position: relative;
  float: left;
  margin: 0px;
  font-size: 18px;
  padding: 0px;
}
.layout_5 .form_wrap form .wpcf7-validation-errors {
  border: none;
}
.layout_5 .form_wrap form .wpcf7-acceptance-missing {
  border: none;
}
.layout_5 .form_wrap form p {
  margin-bottom: 18px;
}
.layout_5 .form_wrap form p .wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 20px;
}
.layout_5 .form_wrap form p .codedropz-upload-handler {
  position: relative;
  width: 100%;
  border: none;
  height: auto;
  float: left;
  margin: 0px;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  position: relative;
  float: left;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.layout_5 .form_wrap form p .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  float: left;
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
  background-color: #FFFFFF;
  text-align: left;
}
.layout_5 .form_wrap form p .dnd-upload-status {
  position: relative;
  float: left;
  display: inherit;
  width: 100%;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-image {
  position: relative;
  float: left;
  display: none;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details {
  position: relative;
  float: left;
  padding: 0px;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .name {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .name em {
  font-size: 18px;
  color: #453A36;
  font-weight: 200;
  text-transform: none;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  font-size: 18px;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .has-error {
  font-size: 18px;
  color: #453A36;
  font-weight: 400;
  line-height: 26px;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  background-color: #837874;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #7A5CA3;
}
.layout_5 .form_wrap form p .dnd-upload-status .dnd-upload-details a {
  font-size: 18px;
}
.layout_5 .form_wrap form p input, .layout_5 .form_wrap form p textarea {
  position: relative;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  width: 100%;
  max-height: 120px;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #59358C;
  font-weight: 400;
  outline: none;
  line-height: 30px;
}
.layout_5 .form_wrap form p input::placeholder, .layout_5 .form_wrap form p textarea::placeholder {
  color: #59358C;
}
.layout_5 .form_wrap form p .wpcf7-submit {
  color: #FFFFFF;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  width: auto;
  background-color: #59358C;
}
.layout_5 .form_wrap form p .wpcf7-submit:hover {
  background-color: #F6EFFF;
  color: #59358C;
  text-decoration: none;
}
.layout_5 .right_image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page_banner_small {
  height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.page_banner_small h1 {
  -webkit-text-stroke: 1px #59358C;
  color: transparent;
  font-family: azo-sans-web, sans-serif;
  position: absolute;
  bottom: 0px;
  height: 540px;
  font-size: 400px;
  left: 50%;
  transform: translate(-50%, 40%);
  z-index: 2;
  margin: 0px;
  overflow-y: hidden;
  width: max-content;
}
.page_banner_small .inner_title {
  position: relative;
  height: 300px;
}
.page_banner_small .inner_title h2 {
  text-align: right;
  color: #FFFFFF;
  font-family: azo-sans-web, sans-serif;
  font-size: 90px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  position: relative;
  width: 100%;
  left: 0px;
}

.main_content {
  padding-top: 180px;
  padding-bottom: 80px;
}
.main_content .content_wrap span {
  font-size: 35px;
  font-weight: 200;
  font-family: azo-sans-web, sans-serif;
  line-height: 52px;
  color: #59358C;
  margin-top: 0px;
  margin-bottom: 0px;
}
.main_content .content_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  line-height: 52px;
  color: #453A36;
  margin-top: 0px;
  margin-bottom: 0px;
}
.main_content .content_wrap article a {
  color: #59358C;
  text-decoration: underline;
}
.main_content .content_wrap article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.main_content .content_wrap article h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  line-height: 52px;
  color: #453A36;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  float: left;
}
.main_content .content_wrap article h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  line-height: 36px;
  color: #59358C;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  float: left;
}
.main_content .content_wrap article img {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 30px;
}
.main_content .content_wrap article ul, .main_content .content_wrap article ol {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 200;
  font-family: sofia-pro-soft, sans-serif;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.main_content .content_wrap article ul li, .main_content .content_wrap article ol li {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
.main_content .content_wrap article ul li:before, .main_content .content_wrap article ol li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 16px;
  content: "";
  background-color: #453A36;
  border-radius: 20px;
}
.main_content .content_wrap article .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-bottom: 30px;
  font-family: azo-sans-web, sans-serif;
}
.main_content .content_wrap article .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}
.main_content .side_contact {
  position: relative;
  float: right;
  height: auto;
  color: #FFFFFF;
  font-family: azo-sans-web, sans-serif;
  max-width: 360px;
  padding-right: 15px;
}
.main_content .side_contact .side_top {
  background-color: #59358C;
  padding: 50px 30px 30px 30px;
}
.main_content .side_contact .side_top form {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 25px;
}
.main_content .side_contact .side_top form p {
  width: 100%;
  margin: 0px;
  position: relative;
  float: left;
}
.main_content .side_contact .side_top form p input {
  width: 100%;
  position: relative;
  color: #7A5CA3;
  font-size: 18px;
  border: none;
  padding: 12px 15px 12px 15px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_content .side_contact .side_top form p input::placeholder {
  color: #7A5CA3;
}
.main_content .side_contact .side_top form p .wpcf7-submit {
  background-color: #7A5CA3;
  font-weight: 600;
  float: left;
  width: auto;
  position: relative;
  border: none;
  color: #FFFFFF;
  border-radius: 40px;
  padding: 18px 40px 18px 40px;
  transition: 0.2s ease;
  margin: 0px;
  font-size: 21px;
}
.main_content .side_contact .side_top form p .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #59358C;
}
.main_content .side_contact .side_top p {
  font-size: 29px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 35px;
}
.main_content .side_contact .side_top span {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
}
.main_content .side_contact .side_bottom {
  background-color: #7A5CA3;
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 30px 30px 30px;
  border-top: 1px solid #FFFFFF;
}
.main_content .side_contact .side_bottom p {
  font-size: 29px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 35px;
}
.main_content .side_contact .side_bottom a {
  background-color: #7A5CA3;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  float: left;
  width: auto;
  min-width: 230px;
  text-align: center;
  position: relative;
  font-size: 21px;
  border-radius: 40px;
  padding: 18px 40px 18px 40px;
  transition: 0.2s ease;
  margin: 0px 0px 20px 0px;
}
.main_content .side_contact .side_bottom a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #59358C;
}

.faq_wrap {
  background-color: #F6EFFF;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  line-height: 52px;
  color: #453A36;
  margin-top: 0px;
  margin-bottom: 40px;
}
.faq_wrap .faq_wrap_inner .question {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
}
.faq_wrap .faq_wrap_inner .question h4 {
  font-family: azo-sans-web, sans-serif;
  font-size: 25px;
  color: #59358C;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  float: left;
}
.faq_wrap .faq_wrap_inner .question h4:before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #59358C;
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 10px;
}
.faq_wrap .faq_wrap_inner .question p {
  font-size: 20px;
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 200;
  margin: 0px;
  max-height: 0px;
  transition: 0.2s ease;
  padding-left: 40px;
  width: 100%;
  float: left;
}
.faq_wrap .faq_wrap_inner .open p {
  max-height: 300px;
  height: auto;
  transition: 0.2s ease;
  margin-bottom: 20px;
}

.more_wrap {
  padding-bottom: 115px;
  font-family: azo-sans-web, sans-serif;
}
.more_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  line-height: 52px;
  color: #453A36;
  margin-top: 0px;
  margin-bottom: 30px;
}
.more_wrap:nth-child(1) .more_post {
  width: 40%;
}
.more_wrap:nth-child(2) .more_post {
  width: 20%;
}
.more_wrap:nth-child(3) .more_post {
  width: 40%;
}
.more_wrap .more_post {
  width: 33.33%;
  height: 300px;
  cursor: pointer;
  position: relative;
  float: left;
  border: 15px solid transparent;
}
.more_wrap .more_post .post_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.more_wrap .more_post .post_inner .post_preview {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  background-color: rgba(89, 53, 140, 0.4);
  opacity: 0;
  transition: 0.2s ease-in;
  padding: 30px;
}
.more_wrap .more_post .post_inner .post_preview ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-transform: lowercase;
}
.more_wrap .more_post .post_inner .post_preview ul li {
  font-size: 21px;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 26px;
}
.more_wrap .more_post .post_inner .post_preview ul li:first-child {
  font-weight: 600;
}
.more_wrap .more_post .post_inner:hover .post_preview {
  opacity: 1;
  left: -15px;
}

.contact_intro {
  padding-top: 180px;
  padding-bottom: 120px;
  position: relative;
  margin-top: -60px;
}
.contact_intro .contact_intro_inner {
  position: relative;
  padding-right: 60px;
}
.contact_intro .contact_intro_inner article {
  font-family: azo-sans-web, sans-serif;
  position: relative;
  float: left;
}
.contact_intro .contact_intro_inner article span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.contact_intro .contact_intro_inner article h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 780px;
  float: left;
}
.contact_intro .contact_intro_inner article h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #453A36;
}
.contact_intro .contact_intro_inner article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.contact_intro .contact_intro_inner article p a {
  color: #59358C;
  text-decoration: underline;
}
.contact_intro .contact_intro_inner article .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.contact_intro .contact_intro_inner article .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}
.contact_intro .contact_intro_inner article .person {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 30px;
}
.contact_intro .contact_intro_inner article .person p {
  font-weight: 400;
  margin-bottom: 0px;
}
.contact_intro .contact_intro_inner article .person p:nth-child(1) {
  font-weight: 600;
}
.contact_intro .contact_intro_inner article .location {
  width: 50%;
  float: left;
  padding-right: 20px;
  padding-bottom: 30px;
}
.contact_intro .contact_intro_inner article .location p {
  font-weight: 400;
  margin-bottom: 0px;
}
.contact_intro .right_image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.toggle_wrap {
  background-color: #F6EFFF;
  padding-top: 120px;
  padding-bottom: 120px;
}
.toggle_wrap .toggle_content article {
  font-family: azo-sans-web, sans-serif;
  position: relative;
  float: left;
}
.toggle_wrap .toggle_content article span {
  font-size: 35px;
  line-height: 52px;
  font-weight: 200;
  color: #59358C;
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
}
.toggle_wrap .toggle_content article h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 780px;
  float: left;
}
.toggle_wrap .toggle_content article h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 670px;
  float: left;
  color: #453A36;
}
.toggle_wrap .toggle_content article p {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  color: #453A36;
  margin: 0px 0px 30px 0px;
  width: 100%;
  max-width: 950px;
  float: left;
}
.toggle_wrap .toggle_content article p a {
  color: #59358C;
  text-decoration: underline;
}
.toggle_wrap .toggle_content article .btn_dark {
  color: #453A36;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.toggle_wrap .toggle_content article .btn_dark:hover {
  background-color: #59358C;
  color: #FFFFFF;
  text-decoration: none;
}
.toggle_wrap .toggle_wrap_inner {
  padding: 0px;
}
.toggle_wrap .toggle_wrap_inner .toggle_item {
  position: relative;
  float: left;
  border: 15px solid transparent;
  width: 33.33%;
  height: auto;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 60px 30px 60px;
  position: relative;
  float: left;
  min-height: 280px;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article {
  position: relative;
  float: left;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview {
  position: relative;
  float: left;
  cursor: pointer;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: azo-sans-web, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #59358C;
  width: 100%;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview .plus {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 15px;
  height: 15px;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview .plus span {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background-color: #7A5CA3;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview .plus span:nth-child(2) {
  width: 3px;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview .min span:nth-child(2) {
  height: 0px;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .preview p {
  font-size: 20px;
  font-weight: 200;
  line-height: 34px;
  font-family: sofia-pro-soft, sans-serif;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .more {
  max-height: 0px;
  overflow: hidden;
  position: relative;
  float: left;
  max-height: 0px;
  transition: 0.2s ease;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .more p {
  font-size: 20px;
  font-weight: 200;
  line-height: 34px;
  font-family: sofia-pro-soft, sans-serif;
}
.toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner article .more_open {
  height: auto;
  max-height: 500px;
}

.contactform_wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.contactform_wrap h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #453A36;
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 780px;
  float: left;
  font-family: azo-sans-web, sans-serif;
}
.contactform_wrap form {
  position: relative;
  float: left;
  width: 100%;
  max-width: 1000px;
}
.contactform_wrap form p {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
}
.contactform_wrap form p input {
  width: 100%;
  border: none;
  outline: none;
  background-color: #F2F1F1;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  min-height: 45px;
  position: relative;
}
.contactform_wrap form p input::placeholder {
  color: #59358C;
}
.contactform_wrap form p .wpcf7-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: #F2F1F1;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  height: 45px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactform_wrap form p .wpcf7-select option {
  padding: 10px 15px 10px 15px;
}
.contactform_wrap form p .wpcf7-select:after {
  content: "v";
  position: absolute;
  right: 0px;
}
.contactform_wrap form p:nth-child(2) {
  width: 50%;
  padding-right: 20px;
}
.contactform_wrap form p:nth-child(3) {
  width: 50%;
}
.contactform_wrap form p:nth-child(4) {
  width: 50%;
  padding-right: 20px;
}
.contactform_wrap form p:nth-child(5) {
  width: 50%;
}
.contactform_wrap form p textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: #F2F1F1;
  color: #59358C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  min-height: 45px;
  position: relative;
  resize: none;
  height: 150px;
}
.contactform_wrap form p textarea::placeholder {
  color: #59358C;
}
.contactform_wrap form p .wpcf7-not-valid {
  background-color: #F6EFFF;
}
.contactform_wrap form p .wpcf7-not-valid-tip {
  display: none;
}
.contactform_wrap form p .wpcf7-acceptance {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}
.contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item input {
  position: relative;
  width: 23px;
  height: 23px;
  float: left;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #453A36;
  padding: 0px;
  min-height: inherit;
  border-radius: 5px;
  z-index: 2;
  background-color: #FFFFFF;
}
.contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item input:checked:after {
  opacity: 1;
}
.contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item input:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
  border: 1px solid #453A36;
  border-radius: 5px;
  z-index: 2;
  background-color: #7A5CA3;
  opacity: 0;
}
.contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item-label {
  width: auto;
  position: relative;
  float: left;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
}
.contactform_wrap form p .wpcf7-submit {
  color: #FFFFFF;
  padding: 18px 40px 18px 40px;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #59358C;
  border-radius: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s ease;
  float: left;
  margin-top: 10px;
  width: auto;
  background-color: #7A5CA3;
}
.contactform_wrap form p .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #59358C;
  text-decoration: none;
}
.contactform_wrap form .wpcf7-validation-errors {
  border: none;
  font-family: azo-sans-web, sans-serif;
  color: #7A5CA3;
  margin-left: 0px;
  padding: 0px;
  font-size: 18px;
  position: relative;
  float: left;
}
.contactform_wrap form .wpcf7-acceptance-missing {
  border: none;
  font-family: azo-sans-web, sans-serif;
  color: #7A5CA3;
  margin-left: 0px;
  padding: 0px;
  font-size: 18px;
  position: relative;
  float: left;
}

@media screen and (max-width: 1599px) {
  header nav .menu .menu-item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1391px) {
  .banner_home .banner_bottom .banner_card .banner_card_inner a {
    font-size: 20px;
    padding: 15px 20px 15px 20px;
  }
  .banner_home .banner_bottom .contact_card .banner_card_inner span {
    font-size: 20px;
  }
  .toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner {
    min-height: 340px;
    padding: 30px;
  }
  .main_content .side_contact {
    float: left;
    margin-top: 60px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1167px) {
  .banner_home .banner_top .banner_top_inner img {
    margin: 20px;
    height: 100px;
  }
  .banner_home .banner_top .banner_top_inner h1 {
    font-size: 90px;
  }
  .banner_home .banner_bottom .banner_card {
    margin-top: -20px;
    margin-bottom: 30px;
    transform: inherit;
  }
  .banner_home .banner_bottom .banner_card:nth-child(3) {
    margin-bottom: 0px;
  }
  .banner_home .banner_bottom .banner_card .banner_card_inner a {
    font-size: 20px;
    padding: 15px 20px 15px 20px;
  }
  .banner_home .banner_bottom .contact_card {
    margin-top: -20px;
    margin-bottom: 30px;
    transform: inherit;
  }
  .banner_home .banner_bottom .contact_card .banner_card_inner span {
    font-size: 20px;
  }
  .second_section .second_section_inner .hope {
    bottom: -70px;
  }
  .stories_outer {
    margin-top: 100px;
  }
  .stories_outer .title_row {
    z-index: 3;
  }
  .stories_outer .title_row #filter {
    float: left;
  }
  .stories_outer .title_row #filter .filter {
    float: left;
  }
  .stories_outer .title_row #filter .filter .item .simulated-radio {
    margin-left: 0px;
    margin-right: 20px;
  }
  .layout_1 {
    padding-bottom: 0px;
  }
  .layout_1 .layout_1_inner article {
    position: relative;
    float: left;
    margin-bottom: 30px;
  }
  .layout_1 .right_image {
    position: relative;
    height: 440px;
  }
  .layout_1 .right_image .img_small {
    left: 0px;
    top: 0px;
    transform: inherit;
    margin: 20px;
  }
  .layout_3 {
    padding-top: 0px;
  }
  .layout_3 article {
    margin-top: 130px;
  }
  .layout_3 .left_image {
    position: relative;
    height: 440px;
  }
  .layout_5 {
    padding-bottom: 0px;
  }
  .layout_5 article {
    position: relative;
    float: left;
    margin-bottom: 30px;
  }
  .layout_5 .right_image {
    position: relative;
    height: 440px;
    width: 100%;
  }
  .layout_5 .right_image .img_small {
    left: 0px;
    top: 0px;
    transform: inherit;
    margin: 20px;
  }
  .contact_intro {
    padding-bottom: 30px;
  }
  .contact_intro .contact_intro_inner article {
    margin-bottom: 30px;
  }
  .contact_intro .right_image {
    position: relative;
    height: 440px;
    width: 100%;
  }
  .stories_outer a .post {
    width: 50%;
    border: 15px solid transparent;
  }
}
@media screen and (max-width: 969px) {
  header nav .menu .menu-item {
    margin-right: 40px;
  }
  .search_container .close_search {
    right: 20px;
  }
  .banner_home .banner_bottom nav {
    display: none;
  }
  .banner_home .banner_bottom .icons {
    width: 100%;
  }
  .banner_home .banner_bottom .icons .icons_inner {
    width: 100%;
    padding: 30px 0px 30px 0px;
  }
  .toggle_wrap .toggle_wrap_inner .toggle_item {
    width: 100%;
  }
  .toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner {
    width: 100%;
    min-height: 190px;
  }
  .toggle_wrap .toggle_wrap_inner .toggle_item .toggle_item_inner .preview {
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .home {
    padding-top: 90px;
  }
  header {
    z-index: 9;
  }
  header nav {
    display: none;
  }
  header .searchicon {
    display: none;
  }
  header .ham {
    display: block;
  }
  .banner_home .banner_top .banner_top_inner img {
    margin: 0px;
    height: 90px;
  }
  .banner_home .banner_top .banner_top_inner h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .page_banner .banner_links {
    display: none;
  }
  .more_wrap .more_post {
    width: 100%;
  }
  .more_wrap .more_post .post_inner .post_preview {
    opacity: 1;
  }
  .stories_outer {
    margin-top: 80px;
  }
  .stories_outer .title_row #filter {
    float: left;
  }
  .stories_outer a .post_large {
    width: 100% !important;
  }
  .stories_outer a .post {
    width: 50%;
    height: 300px !important;
  }
}
@media screen and (max-width: 739px) {
  .page_banner {
    height: 300px;
  }
  .page_banner h1 {
    font-size: 200px;
    transform: translate(-50%, 65%);
  }
  .page_banner .inner_title {
    height: 300px;
  }
  .page_banner .inner_title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .page_banner_small {
    height: 300px;
  }
  .page_banner_small h1 {
    font-size: 200px;
    transform: translate(-50%, 65%);
  }
  .page_banner_small .inner_title {
    height: 300px;
  }
  .page_banner_small .inner_title h2 {
    font-size: 40px;
  }
  .main_content {
    padding-top: 80px;
  }
  .layout_4 .location {
    width: 100%;
  }
  footer .fo_item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .banner_home .banner_bottom nav {
    display: none;
  }
  .banner_home .banner_bottom .icons {
    display: none;
  }
  .banner_home .banner_bottom .banner_card {
    min-height: inherit;
    height: auto;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .banner_home .banner_bottom .banner_card:nth-child(3) {
    margin-bottom: 10px;
  }
  .banner_home .banner_bottom .banner_card .banner_card_inner {
    padding: 20px;
    position: relative;
    float: left;
    height: auto;
  }
  .banner_home .banner_bottom .banner_card .banner_card_inner p {
    margin-bottom: 10px;
  }
  .banner_home .banner_bottom .contact_card {
    min-height: inherit;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -90px;
  }
  .banner_home .banner_bottom .contact_card .banner_card_inner {
    padding: 20px;
    position: relative;
    float: left;
    height: auto;
  }
  .banner_home .banner_bottom .contact_card .banner_card_inner p {
    margin-bottom: 10px;
  }
  .intro_home {
    padding-top: 180px;
  }
  .second_section .second_section_inner article {
    width: 100%;
  }
  .second_section .second_section_inner .right {
    width: 50%;
    height: 200px;
  }
  .second_section .second_section_inner .right .mask {
    display: none;
  }
  .second_section .second_section_inner .right .image {
    height: 300px !important;
    top: -100px;
  }
  .second_section .second_section_inner .hope {
    bottom: 0px;
    width: 100%;
  }
  .stories_outer a .post {
    width: 100%;
    height: 300px !important;
  }
  .stories_outer .title_row h2 {
    width: 100%;
  }
  .stories_outer .title_row a {
    float: left;
  }
  .stories_outer a .post .post_inner .post_preview {
    opacity: 1;
  }
  .layout_1 .layout_1_inner article span {
    font-size: 22px;
    line-height: 22px;
  }
  .layout_1 .layout_1_inner article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_1 .layout_1_inner article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .layout_1 .layout_1_inner article p {
    font-size: 17px;
  }
  .layout_1 .layout_1_inner article ul {
    font-size: 17px;
  }
  .layout_1 .layout_1_inner ul {
    font-size: 17px;
  }
  .layout_1 .right_image .img_small {
    height: 280px;
    width: 280px;
  }
  .layout_2 .layout_2_inner article span {
    font-size: 22px;
    line-height: 42px;
  }
  .layout_2 .layout_2_inner article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_2 .layout_2_inner article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .layout_2 .layout_2_inner article p {
    font-size: 17px;
  }
  .layout_2 .layout_2_inner article ul {
    font-size: 17px;
  }
  .layout_3 .layout_3_inner article span {
    font-size: 22px;
    line-height: 42px;
  }
  .layout_3 .layout_3_inner article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_3 .layout_3_inner article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .layout_3 .layout_3_inner article p {
    font-size: 17px;
  }
  .layout_3 .layout_3_inner article ul {
    font-size: 17px;
  }
  .layout_3 .layout_3_inner article form {
    padding-right: 0px;
  }
  .layout_3 .layout_3_inner article form p .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    width: 80%;
  }
  .layout_3 .layout_3_inner ul {
    font-size: 17px;
  }
  .layout_4 .location h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .layout_4 span {
    font-size: 22px;
    line-height: 42px;
  }
  .layout_4 h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_4 p {
    font-size: 17px;
  }
  .layout_4 ul {
    font-size: 17px;
  }
  .layout_4 article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_4 article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .layout_4 article p {
    font-size: 17px;
  }
  .layout_4 article ul {
    font-size: 17px;
  }
  .layout_5 article span {
    font-size: 22px;
    line-height: 22px;
  }
  .layout_5 article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .layout_5 article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .layout_5 article p {
    font-size: 17px;
  }
  .layout_5 article ul {
    font-size: 17px;
  }
  .layout_5 ul {
    font-size: 17px;
  }
  .layout_5 .right_image .img_small {
    height: 280px;
    width: 280px;
  }
  .main_content .content_wrap span {
    font-size: 22px;
    line-height: 42px;
  }
  .main_content .content_wrap h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .main_content .content_wrap article span {
    font-size: 22px;
    line-height: 42px;
  }
  .main_content .content_wrap article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .main_content .content_wrap article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .main_content .content_wrap article p {
    font-size: 17px;
  }
  .main_content .content_wrap article ul {
    font-size: 17px;
  }
  .more_wrap h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .faq_wrap h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .faq_wrap .faq_wrap_inner .question h4 {
    font-size: 22px;
  }
  .toggle_wrap .toggle_content article span {
    font-size: 22px;
    line-height: 42px;
  }
  .toggle_wrap .toggle_content article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .toggle_wrap .toggle_content article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .toggle_wrap .toggle_content article p {
    font-size: 17px;
  }
  .layout_5 .form_wrap {
    padding-right: 0px;
  }
  .contact_intro .contact_intro_inner article span {
    font-size: 22px;
    line-height: 22px;
  }
  .contact_intro .contact_intro_inner article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .contact_intro .contact_intro_inner article h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .contact_intro .contact_intro_inner article p {
    font-size: 17px;
  }
  .contactform_wrap h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .contactform_wrap p {
    font-size: 17px;
  }
  .contactform_wrap form p:nth-child(2) {
    width: 100%;
    padding-right: 0px;
  }
  .contactform_wrap form p:nth-child(3) {
    width: 100%;
  }
  .contactform_wrap form p:nth-child(4) {
    width: 100%;
    padding-right: 0px;
  }
  .contactform_wrap form p:nth-child(5) {
    width: 100%;
  }
  .contactform_wrap form p .wpcf7-acceptance .wpcf7-list-item-label {
    width: 80%;
  }
  .contact_intro {
    padding-top: 100px;
  }
  .contact_intro .contact_intro_inner article .person {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_intro .contact_intro_inner article .location {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_intro .contact_intro_inner article p {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  span .textlogo {
    height: 26px;
    width: auto;
    position: relative;
    margin-left: 3px;
  }
  h2 .textlogo {
    height: 32px;
    width: auto;
    position: relative;
    margin-top: 1px;
    margin-left: 3px;
  }
  h3 .textlogo {
    height: 38px;
    width: auto;
    position: relative;
    margin-left: 3px;
  }
  .banner_home .banner_top .banner_top_inner img {
    height: 60px;
  }
  .banner_home .banner_top .banner_top_inner h1 {
    font-size: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner_home .banner_bottom .banner_card {
    padding: 0px;
  }
  .banner_home .banner_bottom .contact_card {
    padding: 0px;
  }
  .intro_home span {
    font-size: 22px;
    line-height: 42px;
  }
  .intro_home h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .second_section .second_section_inner article h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .second_section .second_section_inner .right {
    height: 200px !important;
    top: -100px;
  }
  .second_section .second_section_inner .right .image {
    height: 200px !important;
    top: 0px;
  }
  footer .fo_item {
    width: 100%;
  }
  footer .underfooter ul li:nth-child(1) {
    width: 100%;
  }
  footer .underfooter ul li:nth-child(1):after {
    display: none;
  }
}

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