/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px; }
  @media only screen and (min-width: 576px) {
    h1 {
      font-size: 45px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 45px; } }

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 35px; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 37px; } }
  @media only screen and (min-width: 1280px) {
    h2 {
      font-size: 37px; } }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 30px; } }
  @media only screen and (min-width: 1024px) {
    h3 {
      font-size: 31px; } }
  @media only screen and (min-width: 1280px) {
    h3 {
      font-size: 31px; } }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px; }
  @media only screen and (min-width: 576px) {
    h4 {
      font-size: 45px; } }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 26px; } }

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 35px; } }
  @media only screen and (min-width: 1024px) {
    h5 {
      font-size: 22px; } }
  @media only screen and (min-width: 1280px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.5px; }
  @media only screen and (min-width: 768px) {
    h6 {
      font-size: 30px; } }
  @media only screen and (min-width: 1024px) {
    h6 {
      font-size: 15px; } }

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  @media only screen and (min-width: 1024px) {
    p {
      font-size: 18px; } }
  @media only screen and (min-width: 1280px) {
    p {
      font-size: 18px; } }

ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  @media only screen and (min-width: 1024px) {
    ul li {
      font-size: 18px; } }
  @media only screen and (min-width: 1280px) {
    ul li {
      font-size: 18px; } }

#site-header {
  position: fixed !important;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  #site-header:before {
    /*content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom : 0;
    left: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    z-index: 100;*/ }
  #site-header:after {
    /*content: "";
    display: block;
    width: 100%;
    height: 4px;
    bottom : 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 100;*/ }
  #site-header .main-menu {
    margin-left: 0;
    flex: 1;
    position: absolute !important;
    width: 100%; }
    #site-header .main-menu .ubermenu-skin-grey-white.ubermenu-responsive-toggle {
      background: none;
      color: #000000;
      text-transform: none;
      font-weight: normal; }
    #site-header .main-menu .fa-bars::before {
      content: "" !important;
      background-image: url("../../img/buger-bar-icon.png") !important;
      background-repeat: repeat-y;
      background-position: center top;
      width: 36px;
      display: block;
      height: 22px; }
  #site-header .logo {
    position: absolute;
    top: 0;
    left: 0px !important;
    height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 115px;
    z-index: 120; }
    @media only screen and (min-width: 1024px) {
      #site-header .logo {
        margin-left: unset;
        width: 148px;
        top: 15px !important;
        height: 60px !important; } }
    #site-header .logo img {
      position: relative;
      top: 0;
      max-width: 148px; }
  #site-header .top-menu {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    min-height: 55px; }
    @media only screen and (min-width: 1024px) {
      #site-header .top-menu {
        margin-right: 0; } }
    @media only screen and (min-width: 1280px) {
      #site-header .top-menu {
        margin-right: 0; } }
    @media only screen and (min-width: 1600px) {
      #site-header .top-menu {
        margin-right: 0; } }
    #site-header .top-menu li {
      margin-top: 15px;
      margin-left: 10px; }
      #site-header .top-menu li a {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        background-color: #0D5EA8;
        border-radius: 6px;
        padding: 5px 15px;
        border: solid 1px #0D5EA8;
        text-transform: capitalize !important; }
        @media only screen and (min-width: 1024px) {
          #site-header .top-menu li a {
            font-size: 16px; } }
        @media only screen and (min-width: 1280px) {
          #site-header .top-menu li a {
            font-size: 16px; } }
        @media only screen and (min-width: 1600px) {
          #site-header .top-menu li a {
            font-size: 16px; } }
      #site-header .top-menu li.menu-item-logout {
        display: none; }
        @media only screen and (min-width: 1024px) {
          #site-header .top-menu li.menu-item-logout {
            display: unset; } }
        @media only screen and (min-width: 1280px) {
          #site-header .top-menu li.menu-item-logout {
            display: unset; } }
        @media only screen and (min-width: 1600px) {
          #site-header .top-menu li.menu-item-logout {
            display: unset; } }
      #site-header .top-menu li.menu-item-login {
        display: none; }
        @media only screen and (min-width: 1024px) {
          #site-header .top-menu li.menu-item-login {
            display: unset; } }
        @media only screen and (min-width: 1280px) {
          #site-header .top-menu li.menu-item-login {
            display: unset; } }
        @media only screen and (min-width: 1600px) {
          #site-header .top-menu li.menu-item-login {
            display: unset; } }

.subheader.topmenu {
  position: fixed;
  margin-top: 70px;
  background: #efefef;
  z-index: 2;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .subheader.topmenu ul#menu-top {
      display: flex !important;
      justify-content: space-between; } }
  .subheader.topmenu ul#menu-top li {
    padding: 10px !important; }
    .subheader.topmenu ul#menu-top li.current_page_item a {
      color: #0D5EA8 !important;
      font-weight: bold;
      font-size: 15px !important; }
    .subheader.topmenu ul#menu-top li a {
      color: #000 !important;
      font-weight: normal;
      font-size: 15px !important; }

.ubermenu-skin-grey-white .ubermenu-responsive-toggle {
  position: relative; }

.hero-caption .cew-container .caption h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal; }
  @media only screen and (min-width: 1024px) {
    .hero-caption .cew-container .caption h3 {
      font-size: 48px;
      color: #fefefe; } }
  @media only screen and (min-width: 1280px) {
    .hero-caption .cew-container .caption h3 {
      font-size: 56px;
      color: #fefefe; } }
  @media only screen and (min-width: 1600px) {
    .hero-caption .cew-container .caption h3 {
      font-size: 60px;
      color: #fefefe; } }
.hero-caption .cew-container .caption p {
  font-size: 18px;
  color: #000000;
  max-width: 100%;
  line-height: 1; }
  @media only screen and (min-width: 1024px) {
    .hero-caption .cew-container .caption p {
      font-size: 20px;
      color: #fff;
      max-width: 55%; } }
  @media only screen and (min-width: 1280px) {
    .hero-caption .cew-container .caption p {
      font-size: 26px;
      color: #fff;
      max-width: 55%;
      margin-bottom: 25px !important; } }
  @media only screen and (min-width: 1600px) {
    .hero-caption .cew-container .caption p {
      font-size: 30px;
      color: #fff;
      max-width: 55%;
      margin-bottom: 25px !important; } }
.hero-caption .cew-container .caption .elementor-button-wrapper .elementor-button {
  display: inline-block;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  border: solid 2px #0D5EA8;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 0px;
  color: #000000;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media only screen and (min-width: 1024px) {
    .hero-caption .cew-container .caption .elementor-button-wrapper .elementor-button {
      font-family: "Roboto", sans-serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 20px; } }
  @media only screen and (min-width: 1280px) {
    .hero-caption .cew-container .caption .elementor-button-wrapper .elementor-button {
      font-family: "Roboto", sans-serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 20px; } }
  @media only screen and (min-width: 1600px) {
    .hero-caption .cew-container .caption .elementor-button-wrapper .elementor-button {
      font-size: 20px;
      font-family: "Roboto", sans-serif !important;
      font-weight: 700;
      font-style: normal; } }

nav.ubermenu-responsive {
  top: 100%;
  position: absolute;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  @media only screen and (min-width: 1024px) {
    nav.ubermenu-responsive {
      width: 290px;
      padding-top: 20px;
      padding-bottom: 0px !important;
      width: 100% !important;
      display: flex !important;
      justify-content: flex-end !important;
      background-color: transparent; } }
  nav.ubermenu-responsive ul.ubermenu-nav {
    z-index: 200; }
    nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 a.ubermenu-target {
      color: #000;
      padding: 5px 30px !important;
      line-height: 24px !important;
      text-transform: unset;
      font: normal 18px 'Roboto' !important; }
      @media only screen and (min-width: 1024px) {
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 a.ubermenu-target {
          padding: 10px 25px !important;
          line-height: 1 !important;
          font: normal 15px 'Roboto' !important; } }
      nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 a.ubermenu-target:hover {
        background-color: #fff !important;
        color: #0D5EA8;
        font-weight: bold !important; }
      nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 a.ubermenu-target .fa-times::before {
        content: "" !important; }
    nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0:hover > .ubermenu-target {
      background: transparent; }
      @media only screen and (min-width: 1024px) {
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0:hover > .ubermenu-target {
          color: #0D5EA8;
          font-weight: bold !important; } }
    nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu {
      margin-left: 0px;
      margin-top: auto;
      min-width: auto !important;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 50px; }
      @media only screen and (min-width: 1024px) {
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu {
          margin-left: 290px;
          min-width: 700px !important;
          margin-top: -115px;
          padding-top: 50px;
          padding-bottom: 50px;
          padding-left: unset; } }
      @media only screen and (min-width: 1280px) {
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu {
          margin-left: 390px;
          min-width: 800px !important;
          margin-top: -115px;
          padding-top: 50px;
          padding-bottom: 50px;
          padding-left: unset; } }
      @media only screen and (min-width: 1600px) {
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu {
          margin-left: 390px;
          min-width: 800px !important;
          margin-top: -115px;
          padding-top: 50px;
          padding-bottom: 50px;
          padding-left: unset; } }
      nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu a.ubermenu-target {
        padding: 0px 20px !important;
        font: normal 18px 'Roboto' !important;
        line-height: 28px !important; }
        @media only screen and (min-width: 1024px) {
          nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu a.ubermenu-target {
            font: normal 15px 'Roboto' !important;
            line-height: 1 !important;
            padding: 10px 10px !important; } }
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu a.ubermenu-target:hover {
          background-color: #89aed4 !important;
          color: #0D5EA8;
          font-weight: bold; }
      nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop {
        position: relative;
        display: flex;
        flex-direction: column;
        /*max-width: 130px;*/ }
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop:before {
          content: "";
          display: none;
          position: absolute;
          width: calc(100% + 4px);
          height: 5px;
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
          top: -5px;
          left: -2px; }
          @media only screen and (min-width: 1024px) {
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop:before {
              display: block; } }
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop:after {
          content: "";
          display: none;
          position: absolute;
          width: calc(100% + 8px);
          height: 7px;
          background: #fff;
          top: -7px;
          left: -4px; }
          @media only screen and (min-width: 1024px) {
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop:after {
              display: block; } }
        nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li {
          padding-top: 10px !important;
          padding-bottom: 10px !important; }
          nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li:hover {
            background-color: #c2d7e9 !important; }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li:hover a {
              color: #0D5EA8; }
          nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack {
            min-width: 155px; }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack > a {
              border: 0; }
              nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack > a::after {
                content: "" !important;
                background-image: url("../../img/arrow-black.png") !important;
                display: block;
                height: 10px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right center;
                position: relative;
                right: 0;
                margin-top: -12px; }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack .ubermenu-submenu {
              padding-left: 20px;
              display: none; }
              @media only screen and (min-width: 1024px) {
                nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack .ubermenu-submenu {
                  padding: 0; } }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack.ubermenu-current_page_item .ubermenu-submenu, nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack.ubermenu-current-menu-parent .ubermenu-submenu {
              display: block; }
              @media only screen and (min-width: 1024px) {
                nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack.ubermenu-current_page_item .ubermenu-submenu, nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack.ubermenu-current-menu-parent .ubermenu-submenu {
                  display: none; } }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover > a {
              border: 0; }
              nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover > a::after {
                content: "" !important;
                background-image: url("../../img/arrow-blue.png") !important;
                display: block;
                height: 10px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right center;
                position: relative;
                right: 0;
                margin-top: -12px; }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu {
              padding-left: 20px;
              display: block !important;
              left: 100%;
              min-width: 150px !important;
              position: absolute; }
              @media only screen and (min-width: 1024px) {
                nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu {
                  padding: 0;
                  background: #fff;
                  height: auto;
                  margin-top: -23px;
                  top: unset; } }
              nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu li a {
                color: #000 !important; }
                nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu li a:hover {
                  color: #0D5EA8 !important; }
              nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu.ubermenu-submenu-type-stack li {
                padding-top: 9px !important;
                padding-bottom: 9px !important; }
                nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu.ubermenu-submenu-type-stack li:hover {
                  background-color: #c2d7e9 !important;
                  color: #0D5EA8 !important; }
                  nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li.ubermenu-has-submenu-stack:hover .ubermenu-submenu.ubermenu-submenu-type-stack li:hover a {
                    background-color: #c2d7e9 !important;
                    color: #0D5EA8 !important; }
          nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li a.ubermenu-target {
            font-size: 15px !important;
            padding: 0px 10px !important; }
            nav.ubermenu-responsive ul.ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu.ubermenu-submenu-drop li a.ubermenu-target:hover {
              background-color: #c2d7e9 !important;
              font-weight: normal; }

.absolute-wrapper {
  position: relative;
  z-index: 11 !important; }
  .absolute-wrapper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 140px;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: auto 140px; }
  .absolute-wrapper .absolute-wrapper-block {
    z-index: 20; }

.absolute-wrapper-right {
  position: unset;
  z-index: 2 !important; }
  .absolute-wrapper-right::before {
    content: "";
    display: block;
    width: 100vw;
    height: 140px;
    position: absolute !important;
    bottom: -5px;
    z-index: 1;
    transform: translateX(-50%) rotateY(180deg) !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: auto 140px; }
  .absolute-wrapper-right .et_pb_image.et_pb_image_2 {
    z-index: 20; }

.relative-wrapper-left {
  position: relative;
  z-index: 1 !important; }
  .relative-wrapper-left::before {
    content: "";
    display: block;
    position: absolute; }

.absolute-wrapper-left {
  position: unset;
  z-index: 2 !important; }
  .absolute-wrapper-left::before {
    content: "";
    display: block;
    width: 100vw;
    height: 140px;
    position: absolute;
    bottom: -5px;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: auto 140px; }
  .absolute-wrapper-left .et_pb_image {
    z-index: 20; }
    .absolute-wrapper-left .et_pb_image::before {
      z-index: 20; }

.et_pb_row-z-index-auto {
  z-index: auto !important; }

.et_pb_column-z-index-below {
  z-index: 0 !important; }

.et_pb_column-z-index-above {
  z-index: 2 !important; }

.et_pb_top_inside_divider {
  background-size: 2560px !important; }

.et_pb_bottom_inside_divider {
  z-index: 0 !important;
  background-size: 2560px !important; }

.et_pb_button {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
    /*
	color: #FFF;
    background: #0D5EA8;
	background-color: #0D5EA8 !important;
    border: solid 2px #0D5EA8;*/
  padding: 8px 30px !important;
  font-size: 15px !important;
  border-radius: 50px !important;
  text-decoration: none !important; }
  .et_pb_button:hover {
    padding: 8px 40px 8px 20px !important;
    text-decoration: none !important; }
  .et_pb_button::after {
    font-size: 25px !important; }

.et_pb_button.bg-grey {
  color: #0D5EA8 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  background: #ecf0f3;
  background-color: #ecf0f3 !important;
  border: solid 2px #ecf0f3;
  padding: 7px 35px !important;
  font-size: 15px !important;
  border-radius: 50px !important; }

.et_pb_button.bg-white {
  border: solid 2px #0D5EA8 !important;
  background: #fff; }

.d-none {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .d-none.d-lg-block {
      display: block; } }

@media only screen and (min-width: 1024px) {
  .d-block.d-lg-none {
    display: none; } }

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 90px; }

sup {
  font-size: 60%; }

.single .post {
  padding: 0 1em; }
  @media only screen and (min-width: 1024px) {
    .single .post {
      padding: 0; } }

.wpst-tile-frame {
  background-color: transparent;
  float: none;
  width: 100%;
  min-width: 200px;
  max-width: 400px; }
  .wpst-tile-frame .wpst-tile-symbol-name {
    color: #595959; }
    @media only screen and (min-width: 1024px) {
      .wpst-tile-frame .wpst-tile-symbol-name {
        font-size: 20px; } }
  .wpst-tile-frame .wpst-tile-symbol {
    color: #0d5ea8;
    font-size: 50px; }
    @media only screen and (min-width: 1024px) {
      .wpst-tile-frame .wpst-tile-symbol {
        font-size: 54px; } }
  .wpst-tile-frame .wpst-tile-change-div {
    color: #595959;
    font-size: 18px;
    margin-top: -10px; }

.stock-ticker-header-block {
  position: absolute !important;
  width: 300px;
  background: #fff;
  border: 1px solid #0d5ea8;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 9px rgba(1, 1, 1, 0.2);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 768px) {
    .stock-ticker-header-block {
      bottom: auto;
      width: 260px;
      top: 50%;
      left: 50%;
      transform: translate(50%, -50%); } }
  @media only screen and (min-width: 1024px) {
    .stock-ticker-header-block {
      width: 300px; } }

.footer-contact-form .footer-container {
  width: 100%; }
  .footer-contact-form .footer-container .footer-container-block {
    max-width: 1090px;
    margin: 0 auto;
    text-align: center; }
    .footer-contact-form .footer-container .footer-container-block .widget-area section {
      overflow-x: unset !important; }
    .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block h3 {
      color: #000000;
      font-weight: bold;
      font-size: 32px;
      line-height: 31px;
      font-family: "Roboto", sans-serif !important;
      font-weight: 600;
      font-style: normal;
      margin-top: 0px;
      padding-left: 25px;
      padding-right: 25px; }
      @media only screen and (min-width: 1024px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block h3 {
          font-size: 45px;
          line-height: 60px;
          padding-left: unset;
          padding-right: unset; } }
      @media only screen and (min-width: 1280px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block h3 {
          font-size: 50px;
          line-height: 60px;
          padding-left: unset;
          padding-right: unset; } }
      @media only screen and (min-width: 1600px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block h3 {
          font-size: 50px;
          line-height: 60px;
          padding-left: unset;
          padding-right: unset;
          margin-bottom: 20px; } }
    .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block p {
      color: #000000;
      font-size: 18px;
      line-height: 1.2;
      font-family: "Roboto", sans-serif !important;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      padding-left: 25px;
      padding-right: 25px; }
      @media only screen and (min-width: 1024px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block p {
          font-size: 20px;
          line-height: 1.5;
          padding-left: unset;
          padding-right: unset; } }
      @media only screen and (min-width: 1280px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block p {
          font-size: 26px;
          line-height: 1.5;
          padding-left: unset;
          padding-right: unset; } }
      @media only screen and (min-width: 1600px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block p {
          font-size: 25px;
          line-height: 1.2;
          padding-left: unset;
          padding-right: unset; } }
    .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 {
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 200px;
      margin-top: 60px; }
      @media only screen and (min-width: 1024px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 {
          max-width: 600px; } }
      @media only screen and (min-width: 1280px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 {
          max-width: 600px; } }
      @media only screen and (min-width: 1600px) {
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 {
          max-width: 775px; } }
      .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form {
        padding: 55px;
        padding-bottom: 65px;
        box-shadow: unset; }
        @media only screen and (min-width: 1024px) {
          .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form {
            -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29); } }
        @media only screen and (min-width: 1280px) {
          .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form {
            -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29); } }
        @media only screen and (min-width: 1600px) {
          .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form {
            -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29); } }
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form p {
          padding-left: unset;
          padding-right: unset; }
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .fewd-form-input {
          height: 45px;
          padding: 0;
          padding-left: 15px;
          padding-right: 15px;
          border: solid 1px #cecece;
          border-radius: 0;
          margin-bottom: 10px;
          width: 100%;
          font-size: 16px;
          color: #9a9a9a; }
          .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .fewd-form-input:focus-visible {
            border: solid 1px #cecece; }
          .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .fewd-form-input:focus {
            outline: none; }
        .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .wpcf7-submit {
          float: right;
          color: #000000;
          font-size: 18px;
          font-family: "Roboto", sans-serif !important;
          font-weight: 600;
          font-style: normal;
          background: #fff;
          border: solid 2px #0D5EA8;
          padding: 8px 30px; }
          @media only screen and (min-width: 1024px) {
            .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .wpcf7-submit {
              font-size: 20px; } }
          @media only screen and (min-width: 1280px) {
            .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .wpcf7-submit {
              font-size: 20px; } }
          @media only screen and (min-width: 1600px) {
            .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7 form.wpcf7-form .wpcf7-submit {
              font-size: 20px; } }
    .footer-contact-form .footer-container .footer-container-block .widget-area .footer-contact-block .wpcf7-not-valid-tip {
      font-size: 12px;
      float: left;
      margin-top: -23px; }

.footer {
  background-color: #0D5EA8  !important; }
  .footer .footer-container {
    width: auto;
    max-width: 1080px;
    margin: auto;
    position: relative; }
    .footer .footer-container.bg {
      background-image: url("../../img/footer-bg.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .footer .footer-container .footer-container-block-left {
      /*max-width: 1370px;*/
      max-width: 1080px;
      margin-left: 25px;
      margin-right: 25px;
      margin: 0 auto;
      text-align: left;
      padding-top: 150px;
      padding-left: 25px; }
      @media only screen and (min-width: 1024px) {
        .footer .footer-container .footer-container-block-left {
          padding-top: 170px;
          padding-left: unset; } }
      .footer .footer-container .footer-container-block-left .widget-area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .footer .footer-container .footer-container-block-left .widget-area .footer-area {
          width: 100%; }
          @media only screen and (min-width: 576px) {
            .footer .footer-container .footer-container-block-left .widget-area .footer-area {
              width: 50%; } }
          @media only screen and (min-width: 768px) {
            .footer .footer-container .footer-container-block-left .widget-area .footer-area {
              width: 50%; } }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block-left .widget-area .footer-area {
              width: 25%; } }
          .footer .footer-container .footer-container-block-left .widget-area .footer-area p {
            font-size: 18px;
            line-height: 22px;
            margin: 0;
            padding: 0 0 5px;
            font-family: "Roboto", sans-serif !important;
            font-weight: 600;
            font-style: normal;
            color: #fff !important; }
            @media only screen and (min-width: 1024px) {
              .footer .footer-container .footer-container-block-left .widget-area .footer-area p {
                font-size: 18px;
                line-height: 30px; } }
          .footer .footer-container .footer-container-block-left .widget-area .footer-area ul.menu {
            list-style: none;
            padding-inline-start: 0;
            margin: 0;
            padding-bottom: 35px; }
            .footer .footer-container .footer-container-block-left .widget-area .footer-area ul.menu li {
              font-size: 16px;
              line-height: 24px;
              text-decoration: none;
              font-family: "Roboto", sans-serif !important;
              font-weight: 400;
              font-style: normal;
              padding: 4px 0; }
              @media only screen and (min-width: 768px) {
                .footer .footer-container .footer-container-block-left .widget-area .footer-area ul.menu li {
                  font-size: 18px;
                  line-height: 30px; } }
              .footer .footer-container .footer-container-block-left .widget-area .footer-area ul.menu li a {
                color: #fff !important; }
                .footer .footer-container .footer-container-block-left .widget-area .footer-area ul.menu li a:hover {
                  text-decoration: underline; }
          .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column {
            padding: 0px !important;
            margin: 0px !important; }
            .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu h2.widgettitle {
              color: #fff;
              font-size: 18px;
              line-height: 22px;
              margin: 0;
              padding: 0;
              font-family: "Roboto", sans-serif !important;
              font-weight: 600;
              font-style: normal; }
              @media only screen and (min-width: 1024px) {
                .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu h2.widgettitle {
                  font-size: 20px;
                  line-height: 30px; } }
              @media only screen and (min-width: 1280px) {
                .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu h2.widgettitle {
                  font-size: 26px;
                  line-height: 36px; } }
              @media only screen and (min-width: 1600px) {
                .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu h2.widgettitle {
                  font-size: 30px;
                  line-height: 44px; } }
            .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu {
              list-style: none;
              padding-inline-start: 0;
              margin: 0;
              padding-bottom: 20px; }
              .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu li a {
                color: #fff;
                font-size: 18px;
                line-height: 22px;
                text-decoration: none;
                font-family: "Roboto", sans-serif !important;
                font-weight: 400;
                font-style: normal; }
                @media only screen and (min-width: 1024px) {
                  .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu li a {
                    font-size: 20px;
                    line-height: 30px; } }
                @media only screen and (min-width: 1280px) {
                  .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu li a {
                    font-size: 24px;
                    line-height: 36px; } }
                @media only screen and (min-width: 1600px) {
                  .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu li a {
                    font-size: 25px;
                    line-height: 44px; } }
                .footer .footer-container .footer-container-block-left .widget-area .footer-area .wp-block-column .widget_nav_menu ul.menu li a:hover {
                  text-decoration: underline; }
    .footer .footer-container .footer-container-block {
      /*max-width: 1090px;*/
      max-width: 1080px;
      margin: 0 auto !important;
      margin-left: 25px;
      margin-right: 25px;
      text-align: center; }
      .footer .footer-container .footer-container-block .fewd-footer-area-2 {
        padding-bottom: 70px; }
        @media only screen and (min-width: 1024px) {
          .footer .footer-container .footer-container-block .fewd-footer-area-2 {
            padding-bottom: 0px;
            display: flex;
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
            margin-top: 50px; } }
        @media only screen and (min-width: 1024px) {
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two {
            display: flex;
            width: 100%;
            align-items: center; } }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical {
          display: inline-block !important;
          /*width: 200px;
          height: 35px;
          position: relative;*/ }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul {
            margin: 0;
            width: 200px;
            /*position: absolute;
            top: 0;
            left: 0;
            display: none;*/ }
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li {
              cursor: default; }
              .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li.wpml-ls-item-au {
                display: none !important; }
              .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li.wpml-ls-item {
                z-index: 1;
                padding: 5px;
                display: none;
                list-style: none; }
                .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li.wpml-ls-item:hover {
                  background-color: transparent; }
                .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li.wpml-ls-item:first-child {
                  display: block;
                  position: relative; }
                  .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical ul li.wpml-ls-item:first-child::after {
                    content: "";
                    background-image: url("../../img/icon-arrow-down-white.png");
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: 13px;
                    height: 7px;
                    display: inline-block;
                    position: relative;
                    left: 10px; }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .wpml-ls-legacy-list-vertical a {
            display: unset !important; }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-soc-block {
          display: flex;
          justify-content: center; }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-soc-block {
              justify-content: flex-start;
              width: 100%; } }
        @media only screen and (min-width: 1024px) {
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-copyright-text {
            display: flex;
            align-content: center;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            margin-top: 10px; } }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-copyright-text p {
          font-size: 13px !important;
          color: #fff !important;
          margin-bottom: 0px !important;
          padding-bottom: 0px !important;
          text-align: center; }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-copyright-text p {
              text-align: right; } }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-copyright-text p a {
            color: #FFF;
            margin-right: 15px; }
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two .footer-copyright-text p a:hover {
              text-decoration: underline; }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-area-two:last-of-type {
          order: 3;
          width: auto; }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 ul {
          list-style: none;
          margin-bottom: 50px;
          margin-top: 50px; }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 ul li.wpml-ls-item {
            width: 200px;
            margin: 0 auto;
            text-align: left; }
            .footer .footer-container .footer-container-block .fewd-footer-area-2 ul li.wpml-ls-item a span {
              margin-left: 12px !important;
              font-size: 15px;
              color: #fff;
              font-family: "Roboto", sans-serif !important;
              font-weight: 400;
              font-style: normal; }
            .footer .footer-container .footer-container-block .fewd-footer-area-2 ul li.wpml-ls-item a img {
              display: unset;
              width: 40px !important;
              height: 20px !important; }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 ul.social-icons-lists li.social-icons-list-item {
          margin: 0px;
          margin-left: 10px;
          margin-right: 10px;
          display: inline-block; }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 ul.social-icons-lists li.social-icons-list-item {
              margin-left: 7px;
              margin-right: 7px; } }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 ul.social-icons-lists li.social-icons-list-item span {
            padding: 5px !important;
            font-size: 16px !important;
            border-radius: 6px !important;
            background-color: #fff !important;
            color: #0D5EA8 !important; }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block {
          color: #fff;
          font-size: 10px;
          line-height: 12px;
          font-family: "Roboto", sans-serif !important;
          font-weight: 400;
          font-style: normal; }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block {
              font-size: 16px;
              line-height: 20px; } }
          @media only screen and (min-width: 1280px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block {
              font-size: 16px;
              line-height: 20px; } }
          @media only screen and (min-width: 1600px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block {
              font-size: 15px;
              line-height: 20px; } }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block p {
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
            font-size: 10px;
            line-height: 12px;
            margin: 0; }
            @media only screen and (min-width: 1024px) {
              .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block p {
                padding-left: 60px;
                padding-right: 60px;
                font-size: 10px;
                line-height: 12px; } }
            @media only screen and (min-width: 1280px) {
              .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block p {
                padding-left: 0px;
                padding-right: 0px;
                font-size: 10px;
                line-height: 12px; } }
            @media only screen and (min-width: 1600px) {
              .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-desc-block p {
                padding-top: 0px;
                padding-bottom: 35px;
                font-size: 10px;
                line-height: 12px; } }
        .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-copyright-block {
          color: #fff;
          font-size: 10px;
          font-family: "Roboto", sans-serif !important;
          font-weight: 400;
          font-style: normal; }
          @media only screen and (min-width: 1024px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-copyright-block {
              font-size: 18px; } }
          @media only screen and (min-width: 1280px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-copyright-block {
              font-size: 18px; } }
          @media only screen and (min-width: 1600px) {
            .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-copyright-block {
              font-size: 18px; } }
          .footer .footer-container .footer-container-block .fewd-footer-area-2 .footer-copyright-block p {
            padding: 0px;
            margin: 0;
            font-size: 13px; }

.wpcf7-form p {
  margin-bottom: 0 !important; }
  .wpcf7-form p input[type=text], .wpcf7-form p input[type=email], .wpcf7-form p input[type=tel], .wpcf7-form p select {
    height: 45px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #cecece;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    width: 100%;
    font-size: 16px;
    color: #9a9a9a; }
    .wpcf7-form p input[type=text]:focus, .wpcf7-form p input[type=email]:focus, .wpcf7-form p input[type=tel]:focus, .wpcf7-form p select:focus {
      outline: none;
      border: solid 1px #cecece; }
  .wpcf7-form p .wpcf7-checkbox {
    padding-top: 0.5em;
    display: block; }
    .wpcf7-form p .wpcf7-checkbox .wpcf7-list-item {
      display: block;
      margin: 0 0 0.5em; }
  .wpcf7-form p textarea {
    min-height: 100px;
    height: 170px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #9a9a9a;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: solid 1px #cecece;
    border-radius: 6px !important;
    margin-bottom: 10px !important; }
    .wpcf7-form p textarea:focus {
      outline: none;
      border: solid 1px #cecece; }
  .wpcf7-form p .wpcf7-submit {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #0D5EA8;
    border: solid 2px #0D5EA8;
    padding: 8px 30px;
    font-size: 20px;
    max-width: 165px;
    float: right;
    border-radius: 50px !important; }
.wpcf7-form .wpcf7-submit {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #0D5EA8;
  border: solid 2px #0D5EA8;
  border-radius: 6px !important;
  padding: 8px 30px;
  font-size: 20px;
  max-width: 125px;
  float: right; }

.section-with-black-button .wpcf7-form .wpcf7-submit {
  color: #0D5EA8;
  background: #000;
  border: solid 2px #000; }
