/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-socialAccountSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 5rem 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-socialAccountSec {
      padding: 3rem 2rem; } }
  .cp-socialAccountSec .accountBlock {
    border: 1px solid #e2e2e2;
    width: 49%;
    height: 5rem;
    text-align: center;
    padding: 0rem 1.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .cp-socialAccountSec .accountBlock {
        width: 100%;
        margin-bottom: 2rem;
        height: 4rem; } }
  .cp-socialAccountSec .accounttext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #666;
    font-family: "Gotham-Bold";
    padding: 1rem 0;
    display: block;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-socialAccountSec .accounttext {
        font-size: 1.4rem; } }
  .cp-socialAccountSec .havaccountText {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #000000;
    font-family: "Gotham-Bold";
    width: 100%;
    text-align: center;
    padding-top: 3.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-socialAccountSec .havaccountText {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding-top: 3rem; } }
    .cp-socialAccountSec .havaccountText .signLink {
      color: #bd001c;
      font-family: "Gotham-Bold"; }
      @media only screen and (max-width: 768px) {
        .cp-socialAccountSec .havaccountText .signLink {
          font-size: 1.6rem;
          line-height: 1.4rem; } }
  .cp-socialAccountSec .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem; }

.orsec {
  padding: 2rem 0 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  width: 100%; }
  .orsec .text {
    position: absolute;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 4.3rem;
    font-family: "Gotham-Bold";
    top: 0;
    right: 0;
    left: 0;
    width: 4.7rem;
    height: 4.7rem;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .orsec .text {
        font-size: 1.4rem; } }

.cp-socialAccountSec {
  padding: 3.6rem 5.5rem 4.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-socialAccountSec {
      padding: 3rem 2rem 2.3rem; } }
  .cp-socialAccountSec .havaccountText {
    padding-top: 3rem; }
  .cp-socialAccountSec .icon {
    width: 2.4rem;
    height: 2.4rem; }
  .cp-socialAccountSec .accountBlock {
    padding: 0rem 1.2rem; }
