@charset "UTF-8";
/**
 * Theme Name: rivkin-blog-ms-report-child-about
 * Template:   rivkin-blog-ms-report
 * Author: Tomás Bolognesi
 * Version: 1.0
 */
.main-page {
  width: 100%;
  height: auto;
  display: flex;
}
.main-page__image {
  background-image: url("assets/images/main-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page .left-side-50 {
  float: left;
}
.main-page .right-side-50 {
  background-color: black;
  width: 50%;
  float: left;
  color: white;
  font-size: 14px;
}

.main-left-side-text {
  margin: 40% 20% 30% 20%;
  color: white;
  max-width: 400px;
}
.main-left-side-text .welcome {
  font-size: 31pt;
  font-weight: 300;
  margin-bottom: 30px;
}
.main-left-side-text .welcome-second {
  font-size: 21pt;
  font-weight: 200;
}

.main-right-side-text {
  margin: 25% auto 7% 15%;
  max-width: 60%;
  font-weight: 200;
  font-size: 13pt;
  text-align: justify;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: Helvetica;
}

.pw-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-20 {
  display: inline-table;
  width: 20%;
}

.row-spacing-header {
  margin: 0% 10% 0 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-spacing-header .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 31pt;
  letter-spacing: 12px;
}

.row-spacing-bottom {
  margin: 0 10% 0% 10%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.row-spacing-bottom .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
}

.main-header-text {
  font-size: 46px;
  width: 50%;
  font-weight: 300;
}

.header-text {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 3px;
}

.small-text {
  font-size: 18px;
  font-weight: 300;
}
.small-text--inactive {
  color: #000000;
}
.small-text--inactive:link, .small-text--inactive:active {
  color: #000000;
}

.col-50 {
  display: inline-table;
  width: 50%;
}
.col-50 .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
}

.col-80 {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
}
.col-80 #btn-bars {
  opacity: 1;
  transition: all 0.75s;
  margin-right: 20px;
  color: #334740;
  background: transparent;
  padding: 5px;
  /*font-size: 25px;*/
  font-size: 2.1em;
  border: none;
  cursor: pointer;
}
.col-80 #btn-bars img {
  width: 45px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  transition: all 0.75s;
  opacity: 1;
}
.menu__item {
  margin: 0 10px;
}
.menu__item__link {
  text-decoration: none;
  color: #334740;
  font-weight: 500;
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 2px 10px;
}

.header-scrolled {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
}
.header-scrolled .menu {
  opacity: 0;
}
.header-scrolled .col-80 #btn-bars {
  opacity: 1;
}
.header-scrolled .logo-header {
  max-width: 120px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 999;
}

.menu-mobile-container {
  background: black;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  transition: all 0.75s;
  padding: 35px;
}

#btn-close {
  color: #e0dac4;
  background: transparent;
  border: none;
  /*font-size: 25px;*/
  font-size: 2.1em;
  position: absolute;
  right: 15%;
  top: 5vh;
  padding: 15px;
  cursor: pointer;
}

#btn-close img {
  display: table;
  width: 48px;
  height: auto;
}

.menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20vh;
  margin-left: 12vh;
}
.menu-mobile__item {
  margin-bottom: 20px;
}
.menu-mobile__item__link {
  text-decoration: none;
  color: white;
  /*font-size: 21px;*/
  font-size: 21pt;
  padding: 5px;
  font-weight: 300;
  line-height: normal;
}
.menu-mobile__item__last {
  margin-top: 50px;
}
.menu-mobile__subItem {
  margin-bottom: 5px;
  font-weight: 300;
}
.menu-mobile__subItem__subItemlink {
  text-decoration: none;
  color: white;
  /*font-size: 21px;*/
  font-size: 14pt;
  padding: 5px;
  font-weight: 200;
  line-height: normal;
}
.menu-mobile__item__last {
  margin-top: 50px;
}

.menu-mobile-container.open {
  right: 0 !important;
}

#preload {
  background: #334740;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#preload img {
  max-width: 500px;
  height: auto;
  display: table;
  margin: 0 auto;
  animation: loader-inner 3s infinite ease-in;
}

@keyframes loader-inner {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  #btn-bars {
    opacity: 1 !important;
  }
  .menu {
    opacity: 0 !important;
    display: none;
  }
  .menu-mobile-container {
    width: 80%;
  }
  .col-20 .logo-header {
    max-width: 100px;
    margin-left: 5px;
  }
  header {
    padding: 5px 0;
  }
}
@media (max-width: 1500px) {
  body:before {
    left: 20% !important;
  }
}
.section-title-mobile {
  display: block;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #acae9c;
  /* text-transform: uppercase; */
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 5px;
}

#btn-smsf {
  background: transparent;
  border: none;
  margin-top: 30px;
}

@media (max-width: 800px) {
  #btn-bars {
    opacity: 1 !important;
  }
  .menu {
    opacity: 0 !important;
    display: none;
  }
  .menu-mobile-container {
    width: 80%;
  }
  .col-20 {
    width: 40% !important;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .col-20 .logo-header {
    max-width: 100px !important;
    margin-left: 5px !important;
  }
  .col-50 {
    width: 100% !important;
    max-height: 130vh !important;
    min-height: 100vh !important;
  }
  header {
    padding: 5px 0;
  }
  .main-page {
    display: inline-grid !important;
  }
  .main-page__image {
    background-image: url("assets/images/main-image-responsive.png");
  }
  .main-left-side-text {
    margin: 60% 10% 20% 10% !important;
  }
  .main-left-side-text .welcome {
    font-size: 32px !important;
    max-width: 400px !important;
    font-weight: 200 !important;
  }
  .main-left-side-text .welcome-second {
    font-size: 18px !important;
    max-width: 200px !important;
    font-weight: 200 !important;
  }
  .main-right-side-text {
    font-size: 16px !important;
    max-width: 100% !important;
    margin: 10% 10% 20% 10% !important;
  }
  .button-about {
    padding: 0.5em 4em !important;
    margin-top: 0px !important;
  }
  .menu-mobile {
    margin-top: 15vh !important;
    margin-left: 6vh !important;
  }
  .menu-mobile__item {
    margin-bottom: 15px !important;
  }
  .menu-mobile__item__link {
    font-size: 14pt !important;
    font-weight: 300 !important;
  }
  .menu-mobile__subItem {
    margin-bottom: 5px;
    font-size: 14pt !important;
    font-weight: 200 !important;
  }
  .row-spacing-bottom {
    display: inherit !important;
    margin: 0 10% 7% 10% !important;
  }
  .main-header-text {
    font-size: 36px !important;
    width: 70% !important;
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-text {
    font-weight: bold;
    font-size: 16px !important;
    margin-bottom: 3px !important;
  }
  .small-text {
    font-size: 16px !important;
    font-weight: 300 !important;
  }
  .footer-bottom {
    border-top-style: none !important;
    padding: 0px !important;
  }
  .footerC {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
  }
  .spacer {
    display: none !important;
  }
  .disclaimer {
    width: 80% !important;
    text-align: justify !important;
  }
  .row-spacing-header {
    margin: 0% 2% 0 10% !important;
  }
  .row-spacing-header .logo-header {
    font-size: 21pt !important;
    letter-spacing: 10px !important;
    font-family: "Helvetica Neue", sans-serif;
  }
}
.pw-footer {
  padding: 60px 0;
}

.logo-footer {
  display: table;
  max-height: 400px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: -10%;
}

.aling-center {
  align-items: center !important;
}

.flex-footer {
  width: 100%;
  padding: 0 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.flex-footer__item {
  margin-right: 60px;
}
.flex-footer__item__title {
  color: #334740;
  display: block;
  /*font-size: 16px;*/
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
}
.flex-footer__item__line {
  display: block;
  /*font-size: 14px;*/
  font-size: 1.3em;
  font-weight: 300;
  color: #334740;
}
.flex-footer__item__line a {
  color: #334740;
}
.flex-footer__item__line b {
  /*font-size: 14px;*/
  /*font-size: 1.3em;*/
}

.content-footer {
  width: 100%;
}

@media (min-width: 800px) {
  .footer-get-in-touch-section .main-header-text {
    width: 30%;
    margin: 0 !important;
  }
  .footer-get-in-touch-section .footer-col-40 {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .footer-get-in-touch-section .col-70 {
    width: 70%;
    display: flex;
  }
}
@media (max-width: 800px) {
  .pw-footer .block:before {
    display: none;
  }
  .pw-footer .col-20 {
    display: none;
  }
  .flex-footer {
    padding: 15px;
    flex-wrap: wrap;
  }
  .pw-footer .col-80 {
    width: 100%;
  }
  .flex-footer__item {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .flex-footer__item:nth-child(1) {
    width: 100%;
  }
  .flex-footer__item__title {
    /*font-size: 21px;*/
    font-size: 1em;
    margin-bottom: 10px;
  }
  .flex-footer__item__line {
    /*font-size: 17px;*/
    font-size: 1em;
  }
  .flex-footer__item__line b {
    /*font-size: 15px;*/
    /*font-size: 1.3em;*/
  }
  .logo-footer {
    max-height: 230px !important;
    max-width: 230px !important;
  }
  .footer-col-40 {
    margin-bottom: 10px !important;
  }
}
.footerC {
  font-size: 14px;
  font-weight: 300;
  align-items: center;
}

.footer-bottom {
  border-top: black;
  border-top-style: groove;
  border-top-width: 1px;
  padding-top: 1em;
  padding-bottom: 2em;
  margin-top: 3em;
  align-items: center;
}
.footer-bottom__links {
  display: flex;
}
.footer-bottom__links a {
  color: #000000;
}
.footer-bottom__links a:link, .footer-bottom__links a:active {
  color: #000000;
}
.footer-bottom__small-links {
  font-size: 13px;
  padding-right: 10px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footer-bottom__small-links {
    border: 0px !important;
    font-size: 16px;
  }
}
.footer-bottom__small-links:not(:last-of-type) {
  border-right: 1px solid black;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 800px) {
  .footer-bottom {
    border-top-style: none !important;
    padding: 0px !important;
  }
  .footer-bottom__links {
    flex-direction: column !important;
  }
}

.footer-green {
  padding: 60px 0;
}

.disclaimer {
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 200;
  margin-top: 10px;
  text-align: justify;
  flex-direction: column;
}

.footer-big-logo {
  width: 33%;
}
@media screen and (max-width: 800px) {
  .footer-big-logo {
    width: 100%;
  }
}

.footer-contacts {
  margin: 0% 0% !important;
  width: 100%;
}

.footer-green .flex-footer__item__title {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line a {
  color: #e0dac4;
}

.pw-footer-green {
  padding: 0 !important;
}

.footer-menu-secondary {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-size: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 48rem) {
  .footer-menu-secondary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-menu-secondary__list {
  list-style: none;
}
.footer-menu-secondary__item {
  display: inline-block;
  margin-bottom: 0.688rem;
}
.footer-menu-secondary__last {
  border-right: 1px solid black;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  font-size: 10px !important;
}
.footer-menu-secondary__link {
  color: black !important;
}

@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueRoman.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThin.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThinItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMedium.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMediumItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBold.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBoldItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavy.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavyItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlack.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlackItalic.woff) format("woff");
}
body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

button {
  cursor: pointer;
}

@media (max-width: 800px) {
  body:before {
    display: none;
  }
}
@media (min-width: 800px) {
  .pw-page {
    margin-top: 60px;
  }
}
.pw-page {
  /*margin-top: 60px;*/
}
.pw-page .col-content {
  width: 100%;
  /*h1, h2{
      font-weight: 300;
      font-size: 45px;
  }

  p{
      font-size: 24px;
      margin-bottom: 25px;
  }

  p.highlight{
      font-size: 32px;
      margin-bottom: 25px;
      line-height: 39px;
  }*/
}

.text-page .col-content {
  padding: 45px 90px;
  /*p{
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 32px;
  }*/
}
.text-page .block .col-20 {
  /*h3 {
      font-size: 22px;
   }*/
}

.block.bg-grey {
  background: #f1f1f1 !important;
}

.p-35 {
  /*font-size: 35px;*/
  font-size: 3em;
}

.p-21 {
  /*font-size: 21px;*/
  font-size: 1.8em;
}

.p-14 {
  /*font-size: 14px;*/
  font-size: 1.2em;
}

.p-16 {
  /*font-size: 16px;*/
  font-size: 1.3em;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.link-more {
  display: block;
  margin-top: 45px;
  text-decoration: underline;
}

.t-under {
  text-decoration: underline;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  display: table;
  margin-bottom: 25px;
}

.mb-35 {
  display: table;
  margin-bottom: 35px;
}

.c-green {
  color: #334740;
}

.mw-350 {
  display: table;
  max-width: 350px;
}

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

@media (max-width: 800px) {
  .privacy-policy-page .col-content {
    padding: 30px !important;
  }
  .privacy-policy-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .text-page .col-content p {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
    text-align: justify;
  }
  .text-page .block .col-20 h3 {
    font-size: 16px !important;
  }
  .disclaimer-page .col-content {
    padding: 30px !important;
  }
  .disclaimer-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .p-35 {
    /*font-size: 35px;*/
    font-size: 2.4em;
  }
  .p-21 {
    /*font-size: 21px;*/
    font-size: 1.2em;
  }
  .p-14 {
    /*font-size: 14px;*/
    font-size: 0.85em;
  }
  .p-16 {
    /*font-size: 16px;*/
    font-size: 0.85em;
  }
}
.new-login-form .auth__form {
  min-height: 45vh !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 420px !important;
}

.new-login-form .form__input {
  border-radius: 0;
  border: none;
  background: transparent;
  color: #E0DAC4;
  border-bottom: 1px solid #E0DAC4;
  font-size: 14px !important;
}

.new-login-form .btn.btn-primary.btn-block {
  font-size: 19px;
  color: #E0DAC4;
  background: transparent !important;
  border: 1px solid #E0DAC4;
  border-radius: 30px;
  max-width: 210px;
  margin-bottom: 30px;
}

.recovery-item {
  font-size: 14px !important;
  margin-top: 0 !important;
  display: table !important;
  text-decoration: none !important;
  color: #E0DAC4 !important;
  margin-left: 5px;
}

button.section-title {
  display: block;
  color: #778174;
  font-size: 21px;
  margin: 20px 15px 20px 0;
  text-align: right;
  position: relative;
  border: none;
  background: transparent;
  width: 95%;
  cursor: pointer;
}

button.section-title.section-active {
  color: #334740;
}

button.section-title.section-active::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/arrow.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.details {
  text-align: right;
  margin-top: 55px;
  display: block;
  margin-right: 15px;
}
.details__item {
  margin: 10px 0;
  font-weight: 300;
  font-size: 16px;
  color: #334740;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.details__item__img {
  display: inline-table;
  width: auto;
  height: 21px;
  margin-left: 6px;
}

.item-card {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 750px;
}
.item-card__name span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__account span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__update span {
  color: #A3A3A4;
  font-weight: 300;
  margin-top: 25px;
  display: table;
  font-size: 14px;
}
.item-card__value span {
  color: #334740;
  font-size: 16px;
}
.item-card__action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  margin-top: 45px;
}
.item-card__action__see {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
}
.item-card__action__see img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__down {
  margin-top: 0 !important;
  margin-right: 10px;
}
.item-card__action__down img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__open {
  margin-top: 0 !important;
}
.item-card__action__open img {
  display: inline-table;
  width: 25px;
  height: 25px;
}

.new-managed__disclaimer {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__disclaimer__title {
  color: #334740;
  font-size: 27px !important;
  font-weight: 500;
  margin: 15px 0 30px 0 !important;
}
.new-managed__disclaimer p {
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 26px !important;
  text-align: justify !important;
  font-weight: 300;
}

.new-managed__user__title {
  color: #334740;
  font-size: 21px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.new-managed__user {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__user__label {
  color: #334740;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 15px 0 0px 0 !important;
}
.new-managed__user__value {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 800px) {
  .manage-page .pw-container .pw-row .col-80 .col-content {
    padding: 10px !important;
  }
  .investor-login-page .col-20, .forgot-password-page .col-20 {
    display: none !important;
  }
  .forgot-password-page .block.bg-white::before {
    display: none !important;
  }
  .forgot-password-page .col-80 {
    width: 100%;
  }
  .forgot-password-page .col-content {
    padding: 15px 20px !important;
  }
  .item-card {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .item-card-right {
    margin-top: 30px;
  }
  .item-card__action {
    margin-top: 15px;
  }
}
.manage-content {
  display: none;
}

.manage-content.tab-content-active {
  display: table;
}

.new-managed__disclaimer p.new-managed__disclaimer__title {
  color: #334740 !important;
  font-weight: 500 !important;
  font-size: 21px !important;
}

#tab2 {
  width: 100%;
}

@media (max-width: 800px) {
  .hide-mobile, .hidden-mobile {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .manage-page .col-80 {
    width: 100% !important;
  }
  /*.title-page .col-20{
      display: none;
  }*/
  .manage-page .block:before {
    display: none !important;
  }
  .pw-page .col-content h1 {
    font-size: 24px;
    margin: 35px auto 0 0;
  }
  .item-card__name span {
    font-weight: 300;
    font-size: 15px;
  }
  .item-card__account span {
    font-weight: 300;
    font-size: 14px;
  }
  .item-card__update span {
    font-weight: 300;
    margin-top: 15px;
    font-size: 14px;
  }
  .item-card__value span {
    font-size: 14px;
  }
  .item-card__action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 115px;
    margin-top: 25px;
  }
  .item-card__action__see {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
  }
  .item-card__action__see img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__down {
    margin-top: 0 !important;
    margin-right: 10px;
  }
  .item-card__action__down img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__open {
    margin-top: 0 !important;
  }
  .item-card__action__open img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card-left {
    width: 70%;
  }
  .item-card-right {
    width: 30%;
    margin-top: 0 !important;
  }
  .new-managed__disclaimer p {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 17px !important;
    font-weight: 300 !important;
  }
  .new-managed__user__title {
    font-size: 20px !important;
  }
  .new-managed__user__label {
    font-size: 18px !important;
  }
  .new-managed__user__value {
    font-size: 18px !important;
  }
  .investor-login-page .col-80 {
    width: 100% !important;
  }
  .investor-login-page .col-content {
    padding: 30px;
  }
  .block.bg-green:before {
    display: none !important;
  }
  /**revisar aca**/
  .block.bg-green .col-20 {
    /*display: none !important;*/
  }
}
@media (min-width: 800px) {
  .hide-mobile {
    display: block;
  }
  .hide-desk {
    display: none;
  }
}
.forgot-password-page h1 {
  color: #334740;
  font-size: 32px !important;
}

.forgot-form {
  display: table;
  margin: 0;
  max-width: 600px;
}
.forgot-form .woocommerce-Input.woocommerce-Input--text.input-text {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 200;
}
.forgot-form .woocommerce-Button {
  border-color: #334740 !important;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 19px;
  color: #334740 !important;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", sans-serif !important;
  background: transparent !important;
}

.page-especial .section__title {
  color: #334740;
  font-size: 32px !important;
  font-weight: 300 !important;
  margin-bottom: 7vh;
}
.page-especial .woocommerce-message {
  border-top: none;
  background: transparent;
  background: transparent;
  padding: 10px 35px !important;
  font-size: 21px;
  color: #334740;
  border: 1px solid #ccc;
  border-radius: 30px;
  max-width: 450px;
  position: relative;
}
.page-especial .woocommerce-message::before {
  display: none !important;
}
.page-especial .woocommerce-message::after {
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/check.png);
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 7px;
}
.page-especial .container-confirmation p {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

@media (min-width: 800px) {
  .page-especial {
    padding-left: 30%;
  }
  .page-especial .container {
    max-width: 700px;
    margin: 0;
  }
}
.main-bg {
  overflow: hidden;
  position: relative;
}

.button-about {
  border-radius: 30px;
  background-color: black;
  border-color: lightgray;
  border-width: 1px;
  padding: 0.7em 6em;
  color: white;
  border-style: groove;
  letter-spacing: 0.5px;
  margin: 0 auto 10% 15%;
}
.button-about:hover {
  background-color: #ffffff;
  color: #000000;
}

#bg-video::-webkit-media-controls, #bg-video::-webkit-media-controls-start-playback-button, #bg-video::slotted::-webkit-media-controls-container, #bg-video:host::shadow::-webkit-media-controls-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}
#bg-video *::-webkit-media-controls-panel,
#bg-video *::--webkit-media-controls-play-button,
#bg-video ::-webkit-media-controls-start-playback-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}

@media (min-width: 800px) {
  #bg-video {
    width: 100%;
    height: auto;
    display: block;
  }
}
.main-bg__text {
  position: absolute;
  top: 70%;
  right: 20%;
  color: #e0dac4;
  font-weight: 300;
  font-size: 2.5em;
  font-family: "Helvetica";
  font-size: 31pt;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .main-bg__text {
    bottom: 10%;
    right: 20%;
    /*font-size: 35px !important;*/
    font-size: 3em;
  }
}

.col-25 {
  display: inline-table;
  width: 25%;
  padding: 15px;
}

.col-75 {
  display: inline-table;
  width: 75%;
  padding: 15px;
}

.block .col-20 {
  padding: 15px;
}
.block .col-20 h3 {
  text-align: right;
  /*font-size: 26px;
        font-weight: 500;*/
  max-width: 210px;
  line-height: 1.1;
}
.block .pw-row {
  align-items: baseline;
}

.col-50 {
  display: inline-table;
  width: 50%;
}
.col-50 .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
}

.bg-green {
  background: #334740;
}

.col-content {
  padding: 60px 90px;
  /*p{
        font-size: 26px;
        line-height: 35px;
        font-weight: 200;
    }

    a{
        font-size: 22px;
        margin-top: 25px;
        display: table;
        text-decoration: underline;
    }*/
}

.bg-green .col-content {
  color: #e0dac4;
}
.bg-green .col-content a {
  color: #9b9f8f;
}
.bg-green .section-title {
  color: #e0dac4;
}

.bg-white .col-content {
  color: #334740 !important;
}
.bg-white .col-content a {
  color: #334740 !important;
}
.bg-white .section-title {
  color: #334740;
}

.col-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
.col-flex__item {
  border-top: 2px solid #e0dac4;
  font-weight: 500;
  /*font-size: 16px;*/
  font-size: 1.3em;
  padding: 10px 20px 10px 5px;
  width: 125px;
  line-height: 25px;
}
.col-flex__item__fix {
  margin-top: 0;
  text-decoration: none !important;
}

.col-flex-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.col-flex-img__item {
  width: 20%;
}
.col-flex-img__item__img {
  height: 90px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .main-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
  .main-bg__text {
    top: 62%;
    right: 10%;
    /*font-size: 30px !important;*/
    font-size: 1.8em;
    font-weight: 200 !important;
    padding-left: 25px;
  }
  .block .col-20 h3 {
    /*font-size: 21px;*/
  }
  .col-content {
    padding: 50px 30px;
    width: 100%;
  }
  .col-content p {
    /*font-size: 16px;
    line-height: 22px;*/
  }
  .col-content a {
    /*font-size: 16px;*/
    margin-top: 15px;
  }
  .block {
    position: relative;
  }
  .col-flex {
    flex-wrap: wrap;
  }
  .col-flex__item {
    font-weight: 400;
    /*font-size: 15px;*/
    font-size: 0.8em;
    width: 48%;
    line-height: 18px;
  }
  .col-flex-img__item__img {
    height: 46px;
  }
  .col-flex-img__item {
    width: 30%;
  }
  .col-flex-img {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.with-cicle {
  position: relative;
  margin-right: 5px;
}

.with-cicle::before {
  content: "";
  width: 124%;
  height: 200%;
  position: absolute;
  left: -27px;
  border: 1px solid transparent;
  top: -15px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/circulo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.text-especial {
  font-size: 1.8em;
  line-height: 35px;
  text-align: justify !important;
  display: table;
}

.with-underline {
  border-bottom: 1px solid;
}

@media (min-width: 800px) {
  .title-partners {
    padding-top: 40px;
  }
  .aling-flex-start {
    align-items: flex-start !important;
  }
  .col-flex-img__item a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .col-flex-img {
    /*max-width: 90% !important;*/
    margin-left: -15px !important;
  }
}
.about-us-page {
  /*margin-top: 60px;*/
}
.about-us-page .col-content {
  width: 100%;
  /*h1, h2{
      font-weight: 300;
      font-size: 45px;
  }*/
  /*p{
      font-size: 24px;
      margin-bottom: 25px;
  }

  p.highlight{
      font-size: 32px;
      margin-bottom: 25px;
      line-height: 39px;
  }*/
}

.section-our-team .col-content {
  padding: 50px 90px !important;
}

.flex-team {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.member {
  width: 100%;
  max-width: 370px;
  margin-bottom: 65px;
}
.member__img {
  display: table;
  width: 100%;
  height: auto;
}
.member__name {
  display: block;
  font-size: 1.8em;
  margin: 20px 0 0px 0;
  color: #334740;
}
.member__position {
  display: block;
  font-size: 1.3em;
  margin: 5px 0 25px 0;
}
.member__description {
  display: block;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: justify;
}
.member__link__connect {
  display: block !important;
  color: #84908C !important;
  font-size: 1.2em !important;
  text-decoration: underline;
}

.block.bg-white.section-our-team .pw-row {
  align-items: flex-start !important;
}
.block.bg-white.section-our-team .section-title {
  padding-top: 7vh;
}

@media (max-width: 800px) {
  .about-us-page {
    /*margin-top: 60px;*/
  }
  .about-us-page .col-content h1,
  .about-us-page .col-content h2 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .about-us-page .col-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-us-page .col-content p.highlight {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .col-80 {
    width: 70%;
  }
  .col-20 {
    width: 30%;
  }
  .section-our-team .col-content {
    padding: 20px !important;
  }
  .col-content h2 {
    margin-left: 8px;
  }
  .member {
    margin-bottom: 45px;
  }
  .member__name {
    font-size: 20px;
  }
  .member__position {
    font-size: 14px;
  }
  .member__description {
    font-size: 14px;
    line-height: 20px;
  }
  .member__link__connect {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .about-us-page .block.bg-green:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #E0DAC4;
    position: absolute;
    left: 32%;
    top: 0;
  }
  .text-especial.p-21.fw-200.mb-35 {
    font-size: 1.1em !important;
    line-height: inherit !important;
  }
  .with-cicle::before {
    display: none;
  }
}
.bg-white .col-content a.member__link__connect {
  color: #84908C !important;
}

.header-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-header {
  padding-top: 15%;
  padding-bottom: 5%;
}
.about-header__text {
  color: white;
  font-size: 33.4pt;
  font-weight: 200;
}
@media (max-width: 800px) {
  .about-header__text {
    font-size: 32px !important;
    max-width: 400px !important;
    font-weight: 200 !important;
  }
}
@media (max-width: 800px) {
  .about-header {
    padding-top: 25%;
  }
}

.about-us-desc {
  margin: 5% 0%;
}
.about-us-desc__first-para {
  font-size: 14pt;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 800px) {
  .about-us-desc__first-para {
    font-size: 16px !important;
  }
}
.about-us-desc__second-para {
  display: flex;
  align-items: baseline;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: justify;
}
@media (max-width: 800px) {
  .about-us-desc__second-para {
    display: block;
  }
}
.about-us-desc__col-20 {
  font-weight: 500;
  font-size: 21pt;
  max-width: 85px;
  margin-right: 5rem;
  letter-spacing: 0.5px;
  color: #576c62;
}
@media (max-width: 800px) {
  .about-us-desc__col-20 {
    font-size: 16px !important;
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
.about-us-desc__col-20-red {
  color: #801517;
}
.about-us-desc__col-20--blue {
  color: #1C4080;
}
.about-us-desc__col-80 {
  font-weight: 200;
  font-size: 14pt;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 800px) {
  .about-us-desc__col-80 {
    font-size: 16px !important;
  }
}
.about-us-desc__learn-more {
  margin-top: 22px;
  text-decoration: underline;
  font-size: 14pt;
}
@media (max-width: 800px) {
  .about-us-desc__learn-more {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .about-us-desc {
    display: block;
  }
}

.about-us-third-section {
  background-color: lightgray;
}
.about-us-third-section__desc {
  font-weight: 200;
  font-size: 21pt;
  word-spacing: 1px;
  padding: 5% 0%;
  text-align: justify;
}
.about-us-third-section__desc__link {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .about-us-third-section__desc {
    font-size: 16px !important;
  }
}

.about-us-history {
  display: flex;
}
@media (max-width: 800px) {
  .about-us-history {
    display: block;
  }
}
.about-us-history-text {
  display: block !important;
  width: 55%;
  margin-right: 15%;
}
@media (max-width: 800px) {
  .about-us-history-text {
    font-size: 16px !important;
    width: initial !important;
    font-weight: 400;
    margin: 0 10% 7% 10% !important;
  }
}
.about-us-history-text__title {
  margin: 5rem 0% 2rem 0%;
  font-size: 30pt;
  font-weight: 400;
}
@media (max-width: 800px) {
  .about-us-history-text__title {
    font-size: 11pt !important;
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
.about-us-history-text__text {
  font-size: 12pt;
  font-weight: 200;
  text-align: justify;
}
@media (max-width: 800px) {
  .about-us-history-text__text {
    font-size: 16px !important;
  }
}
.about-us-history-text__quote {
  font-size: 16pt;
  font-weight: 300;
}
.about-us-history-text__rule {
  font-size: 16pt;
  font-weight: 500;
}
.about-us-history-pic img {
  max-height: 37rem;
}
@media (max-width: 800px) {
  .about-us-history-pic img {
    max-height: initial;
    width: 100%;
  }
}

.flex-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-contact .col-60 {
  width: 60%;
  display: inline-table;
  padding-right: 25px;
  /*h3{
          font-size: 32px;
          font-weight: 300;
          margin-bottom: 25px;
      }

      p{
          font-size: 20px;
          margin-bottom: 17px;
          line-height: 27px;
      }*/
}
.flex-contact .col-40 {
  width: 40%;
  display: inline-table;
  padding-left: 25px;
  /*h2{
          font-size: 28px;
          font-weight: 500;
          margin-bottom: 25px;
      }*/
}

.line-contact {
  margin-bottom: 15px;
}
.line-contact__name {
  font-weight: 500;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value {
  font-weight: 300;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value a {
  margin-top: 0;
  font-size: 1.1em;
}

.container-map {
  margin-top: 45px;
}
.container-map iframe {
  width: 100%;
  min-height: 20vh;
  max-width: 270px;
}

@media (max-width: 800px) {
  .col-40,
  .col-60 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-contact .col-60 h3 {
    font-size: 12px !important;
  }
  .flex-contact .col-60 p {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 15px;
  }
  .flex-contact .col-40 h2 {
    display: none;
  }
  .line-contact__name,
  .line-contact__value,
  .line-contact__value a {
    font-size: 12px;
  }
}
.just-mobile {
  display: none;
}

@media (max-width: 800px) {
  .col-content {
    padding: 50px 30px 15px !important;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}
.contact-desc {
  margin-top: 5%;
}
.contact-desc .col-50 {
  width: 50%;
}
.contact-desc__container {
  display: flex;
  flex-wrap: wrap;
}
.contact-desc__group {
  margin: 0 0 1rem 0.5rem;
  width: 45%;
}
.contact-desc__title {
  font-size: 15pt;
  font-weight: 400;
}
.contact-desc__detail {
  font-size: 13pt;
  font-weight: 300;
}

.contact-form {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  text-align: center;
}
.contact-form__input {
  padding-top: 10px;
  border: none;
  border-bottom: 1px #000 solid;
  font-weight: 200;
}
.contact-form__message {
  padding-top: 10px;
  font-weight: 200;
}
.contact-form__submit {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  margin-top: 25px;
  padding-top: 10px;
  border-radius: 30px;
  background-color: #fff;
  border-color: #000;
  border-width: 1px;
  padding: 0.7em 6em;
  color: #000;
  border-style: groove;
  letter-spacing: 0.5px;
}
.contact-form__submit:hover {
  cursor: pointer;
}

.about-team {
  margin: 5% 0%;
}
.about-team__title-para {
  font-size: 21pt;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.about-team__first-para {
  font-size: 14pt;
  font-weight: 200;
}

.team-pics-section {
  display: flex;
  flex-wrap: wrap;
}
.team-pics-section__body {
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .team-pics-section__body img {
    width: 100%;
  }
}
.team-pics-section__pic-area {
  margin-bottom: 4rem;
  width: 33%;
}
@media (max-width: 800px) {
  .team-pics-section__pic-area {
    width: 100%;
  }
}
.team-pics-section__name {
  font-size: 21pt;
  font-weight: 400;
}
.team-pics-section__designation {
  font-size: 16pt;
  font-weight: 400;
}

.flex-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-contact .col-60 {
  width: 60%;
  display: inline-table;
  padding-right: 25px;
  /*h3{
          font-size: 32px;
          font-weight: 300;
          margin-bottom: 25px;
      }

      p{
          font-size: 20px;
          margin-bottom: 17px;
          line-height: 27px;
      }*/
}
.flex-contact .col-40 {
  width: 40%;
  display: inline-table;
  padding-left: 25px;
  /*h2{
          font-size: 28px;
          font-weight: 500;
          margin-bottom: 25px;
      }*/
}

.line-contact {
  margin-bottom: 15px;
}
.line-contact__name {
  font-weight: 500;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value {
  font-weight: 300;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value a {
  margin-top: 0;
  font-size: 1.1em;
}

.container-map {
  margin-top: 45px;
}
.container-map iframe {
  width: 100%;
  min-height: 20vh;
  max-width: 270px;
}

@media (max-width: 800px) {
  .col-40,
  .col-60 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-contact .col-60 h3 {
    font-size: 12px !important;
  }
  .flex-contact .col-60 p {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 15px;
  }
  .flex-contact .col-40 h2 {
    display: none;
  }
  .line-contact__name,
  .line-contact__value,
  .line-contact__value a {
    font-size: 12px;
  }
}
.just-mobile {
  display: none;
}

@media (max-width: 800px) {
  .col-content {
    padding: 50px 30px 15px !important;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}
.contact-desc {
  margin-top: 5%;
}
.contact-desc .col-50 {
  width: 50%;
}
.contact-desc__container {
  display: flex;
  flex-wrap: wrap;
}
.contact-desc__group {
  margin: 0 0 1rem 0.5rem;
  width: 45%;
}
.contact-desc__title {
  font-size: 15pt;
  font-weight: 400;
}
.contact-desc__detail {
  font-size: 13pt;
  font-weight: 300;
}

.contact-form {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  text-align: center;
}
.contact-form__input {
  padding-top: 10px;
  border: none;
  border-bottom: 1px #000 solid;
  font-weight: 200;
}
.contact-form__message {
  padding-top: 10px;
  font-weight: 200;
}
.contact-form__submit {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  margin-top: 25px;
  padding-top: 10px;
  border-radius: 30px;
  background-color: #fff;
  border-color: #000;
  border-width: 1px;
  padding: 0.7em 6em;
  color: #000;
  border-style: groove;
  letter-spacing: 0.5px;
}
.contact-form__submit:hover {
  cursor: pointer;
}

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