@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Regular.woff") format('woff'), url("../fonts/gilroy/Gilroy-Regular.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Medium.woff") format('woff'), url("../fonts/gilroy/Gilroy-Medium.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Bold.woff") format('woff'), url("../fonts/gilroy/Gilroy-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format('woff'), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 600px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #2C8080;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #256d6d;
}
::-webkit-scrollbar-thumb:active {
  background: #256d6d;
}
html {
  font: 500 18px/1.5714 'Gilroy', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #333333;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 35px;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 60px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #616161;
  background: transparent;
  padding: 0;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #4fc3c3;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.2;
  border-radius: 40px;
  font-weight: 500;
  padding: 26px 35px 26px 100px;
  font-size: 24px;
  background: #2C8080;
  color: #fff;
  font-family: 'Gilroy';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 220px;
  position: relative;
  z-index: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 15px 20px 15px 60px;
    font-size: 18px;
    border-radius: 26px;
  }
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    font-size: 14px;
  }
}
.btn .btn-paw, .post-navigation [rel="next"] .btn-paw, .post-navigation [rel="prev"] .btn-paw, .submit .btn-paw {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  left: 10px;
}
@media (max-width: 1024px) {
  .btn .btn-paw, .post-navigation [rel="next"] .btn-paw, .post-navigation [rel="prev"] .btn-paw, .submit .btn-paw {
    width: 40px;
    height: 40px;
    left: 6px;
  }
}
@media (max-width: 480px) {
  .btn .btn-paw, .post-navigation [rel="next"] .btn-paw, .post-navigation [rel="prev"] .btn-paw, .submit .btn-paw {
    width: 35px;
    height: 35px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #39a6a6;
}
h1, h2 {
  color: #2C8080;
  font-size: 96px;
  font-weight: 800;
  font-family: 'Gilroy';
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2C8080;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1380px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 20px 15px;
}
.text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #2C8080;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.8333333333rem;
  left: 0;
}
.text p > a:not(.btn) {
  color: #2C8080;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 10px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Gilroy';
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-top: 15px;
}
div.wpcf7 .btn-wrapper input[type="submit"] {
  font-size: 18px;
}
@media (min-width: 480px) {
  div.wpcf7 .btn-wrapper input[type="submit"] {
    padding: 19px 35px 19px 100px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper input[type="submit"] {
    font-size: 14px;
  }
}
div.wpcf7 .btn-wrapper .btn-paw {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  div.wpcf7 .btn-wrapper .btn-paw {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper .btn-paw {
    width: 35px;
    height: 35px;
    left: 6px;
  }
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-right: 6%;
}
@media (max-width: 1366px) {
  .main-menu {
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.9;
  padding: 0 30px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 15px;
  }
}
.main-menu > ul > li > a:hover {
  color: #2C8080;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
  text-align: left;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #2C8080;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 10px 15px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #1f5a5a;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #fff;
  background: #4fc3c3;
}
.main-menu .menu-item-has-children:hover > a {
  color: #2C8080;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #2C8080;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C8080;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #2C8080;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #2C8080;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #2C8080;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #333333;
  font-family: 'Gilroy';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  color: #2C8080;
  font-size: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #123434;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #123434;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #2C8080;
}
.breadcrumb {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #333333;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #4fc3c3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #4fc3c3;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #2C8080;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #4fc3c3;
}
.pagination a.page-numbers:hover {
  background: #4fc3c3;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.posts-wrapper > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 768px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 550px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts-wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.post .thumb {
  -webkit-flex-basis: 210px;
  -moz-flex-basis: 210px;
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
  overflow: hidden;
  display: block;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb:hover {
  opacity: 0.8;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 20px;
  background: #fff;
}
.post .post-title {
  color: #2E2E2E;
  display: block;
  line-height: 1.7;
  text-transform: uppercase;
}
.post .link-wrapper {
  padding-top: 35px;
  text-align: right;
}
time {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
.single-post .thumbnail {
  height: 500px;
}
@media (max-width: 768px) {
  .single-post .thumbnail {
    height: auto;
  }
}
.single-post .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-top-section {
  background: #EAEDF2;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .home-top-section .alc {
    display: block;
  }
}
.home-top-section .left {
  position: relative;
  -webkit-flex-basis: 575px;
  -moz-flex-basis: 575px;
  -ms-flex-preferred-size: 575px;
  flex-basis: 575px;
}
.home-top-section .left:before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: -115px;
  right: -135px;
  border: 1px solid #2C8080;
}
@media (max-width: 1700px) {
  .home-top-section .left:before {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .home-top-section .left:before {
    display: none;
  }
}
.home-top-section .left .text {
  background: #EAEDF2;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  .home-top-section .left .text {
    text-align: center;
  }
}
.home-top-section .left p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .home-top-section .left p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home-top-section .left p br {
    display: none;
  }
}
.home-top-section .left .btn, .home-top-section .left .post-navigation [rel="next"], .post-navigation .home-top-section .left [rel="next"], .home-top-section .left .post-navigation [rel="prev"], .post-navigation .home-top-section .left [rel="prev"] {
  margin-top: 54px;
}
@media (max-width: 1024px) {
  .home-top-section .left .btn, .home-top-section .left .post-navigation [rel="next"], .post-navigation .home-top-section .left [rel="next"], .home-top-section .left .post-navigation [rel="prev"], .post-navigation .home-top-section .left [rel="prev"] {
    margin-top: 20px;
  }
}
.home-top-section .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-top-section .right img {
  max-width: 667px;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .home-top-section .right img {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .home-top-section .right img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.padding {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .padding {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding {
    padding: 35px 0;
  }
}
.img .wrap-img {
  position: relative;
  display: block;
}
.img .wrap-img:before {
  content: '';
  position: absolute;
  top: 27px;
  left: -27px;
  border: 1px solid #2C8080;
  border-radius: 5px;
  right: 27px;
  bottom: -27px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .img .wrap-img:before {
    display: none;
  }
}
.img .wrap-img img {
  border-radius: 5px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.resources .center h3 {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .resources .center h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .resources .center h3 {
    margin-bottom: 25px;
  }
}
.resources .img img {
  height: 592px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .resources .img img {
    height: auto;
  }
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
}
.acc .item h3 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 31px 65px 35px 37px;
  position: relative;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 1px solid #EAE9E9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.acc .item h3 span:before {
  content: url('../img/arrow.png');
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.acc .item h3.active {
  background: #f7f7f7;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid transparent;
}
.acc .item h3.active span:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.acc .item .info {
  display: none;
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
  padding: 5px 35px 27px 37px;
}
.acc .item .info .link {
  text-align: right;
}
.acc .item.shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
#top {
  min-height: 670px;
  background: #EAEDF2;
  padding: 82px 0 90px;
  position: relative;
}
@media (max-width: 1366px) {
  #top {
    min-height: 450px;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #top {
    padding: 30px 0;
  }
}
#top .container {
  position: static;
}
@media (max-width: 768px) {
  #top .alc {
    display: block;
    text-align: center;
  }
}
#top h1 {
  text-transform: uppercase;
}
#top .info {
  -webkit-flex-basis: 542px;
  -moz-flex-basis: 542px;
  -ms-flex-preferred-size: 542px;
  flex-basis: 542px;
  margin-right: 50px;
}
@media (max-width: 1240px) {
  #top .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  #top .info {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#top .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .tpl-faq #top {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.tpl-faq #top .container {
  position: static;
}
.tpl-faq #top .container .img {
  position: absolute;
  bottom: 0;
  right: 20%;
}
@media (max-width: 1366px) {
  .tpl-faq #top .container .img {
    right: 5%;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .tpl-faq #top .container .img {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .tpl-faq #top .container .info {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.faq-section {
  padding: 100px 0 190px;
}
@media (max-width: 1024px) {
  .faq-section {
    padding: 50px 0 90px;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 35px 0 50px;
  }
}
.faq-section .title {
  text-align: center;
}
.faq-section .acc .item {
  border-bottom: 1px solid #cccccc;
}
.faq-section .acc .item h3 {
  border-bottom: none;
  font-size: 24px;
  background: none;
}
.faq-section .acc .item h3 span {
  background: none;
}
.faq-section .acc .item h3 span:before, .faq-section .acc .item h3 span:after {
  font-size: 50px;
  color: #2C8080;
  font-weight: 300;
}
.faq-section .acc .item h3 span:before {
  content: '+';
}
.faq-section .acc .item h3.active {
  color: #2C8080;
  border-bottom: none;
  padding-bottom: 28px;
}
.faq-section .acc .item h3.active span:before {
  content: '-';
}
.faq-section .acc .info {
  margin-left: 30px;
  background: none;
}
@media (max-width: 1024px) {
  .faq-section .acc .info {
    margin-left: 0;
  }
}
.faq-section .acc .info p {
  margin-bottom: 0;
}
.about-us .img img {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
}
.about-us .left-right-content {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-us .left-right-content {
    margin-bottom: 0;
  }
}
.about-us .left-right-content .info {
  position: relative;
  z-index: 1;
}
.about-us .left-right-content .info-box {
  max-width: 586px;
}
@media (max-width: 1024px) {
  .about-us .left-right-content .info-box {
    max-width: none;
  }
}
.about-us .left-right-content .info-after {
  position: absolute;
  bottom: -270px;
  right: -200px;
  z-index: 0;
}
@media (max-width: 1440px) {
  .about-us .left-right-content .info-after {
    bottom: -200px;
  }
}
@media (max-width: 1024px) {
  .about-us .left-right-content .info-after {
    position: static;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
.about-us .left-right-content .info-after img {
  max-width: none;
}
@media (max-width: 1440px) {
  .about-us .left-right-content .info-after img {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .about-us .left-right-content .info-after img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .about-us .left-right-content .info-after img {
    max-width: 280px;
  }
}
.about-us .insurance-block {
  background: #F7F7F7;
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .about-us .insurance-block {
    padding: 30px 0 50px;
  }
}
@media (max-width: 768px) {
  .about-us .insurance-block {
    padding: 20px 0 30px;
  }
}
.about-us .insurance-block .insurance-info {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .about-us .insurance-block .insurance-info {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.about-us .insurance-block .insurance-info p:last-child {
  margin-bottom: 0;
}
.about-us .insurance-block .insurance-info a {
  color: #2C8080;
  font-weight: 700;
  text-decoration: underline;
}
.about-us .insurance-block .insurance-list ul {
  column-count: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  column-gap: 40px;
}
@media (max-width: 1024px) {
  .about-us .insurance-block .insurance-list ul {
    column-gap: 10px;
  }
}
@media (max-width: 480px) {
  .about-us .insurance-block .insurance-list ul {
    column-count: 1;
  }
}
.about-us .insurance-block .insurance-list ul li {
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .about-us .insurance-block .insurance-list ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about-us .insurance-block .insurance-list ul li {
    margin-bottom: 20px;
  }
}
.about-us .insurance-block .insurance-list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/small-paw.svg") no-repeat;
  width: 20px;
  height: 26.3px;
}
.about-us .about-dog {
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  .about-us .about-dog {
    padding: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .about-us .about-dog {
    padding: 30px 0 0;
  }
}
@media (max-width: 1024px) {
  .about-us .about-dog .about-item-left {
    margin-bottom: 20px;
  }
}
.about-us .about-dog .about-item-left .about-dog-info {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about-us .about-dog .about-item-left .about-dog-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about-us .about-dog .about-item-left .about-dog-info {
    margin-bottom: 20px;
  }
}
.about-us .about-dog .about-item-right .bordermd-bottom {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .about-us .about-dog .about-item-right .bordermd-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about-us .about-dog .about-item-right .bordermd-bottom {
    margin-bottom: 20px;
  }
}
.page-template-tpl-about-us .form-box .image {
  margin-top: -240px;
}
@media (max-width: 1440px) {
  .page-template-tpl-about-us .form-box .image {
    margin-top: 0;
  }
}
.contact-top-section {
  padding-top: 80px;
  padding-bottom: 283px;
  background: #EAEDF2;
}
@media (max-width: 768px) {
  .contact-top-section {
    padding-top: 30px;
  }
}
@media (max-width: 1180px) {
  .contact-top-section .flex {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1180px) {
  .contact-top-section .info {
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .contact-top-section .img img {
    margin: 0 auto;
  }
}
.contact-us-form {
  background: #2E2E2E;
  padding: 92px 88px 81px 67px;
}
@media (max-width: 768px) {
  .contact-us-form {
    padding: 60px;
  }
}
@media (max-width: 480px) {
  .contact-us-form {
    padding: 20px;
  }
}
.contact-us-form h3, .contact-us-form p {
  color: #fff;
}
.contact-us-form p strong {
  color: #2C8080;
  font-weight: 400;
}
.contact-us-form textarea {
  height: 60px;
  padding: 0;
  margin-top: 60px;
  line-height: 59px;
}
.contact-us-form .btn, .contact-us-form .post-navigation [rel="next"], .post-navigation .contact-us-form [rel="next"], .contact-us-form .post-navigation [rel="prev"], .post-navigation .contact-us-form [rel="prev"] {
  padding: 18px 35px 19px 53px !important;
}
.google-map {
  margin-top: -566px;
  font-size: 0;
}
.google-map p {
  margin-bottom: 0;
}
.realtive {
  position: relative;
}
.top-default-section {
  background: #EAEDF2;
  position: relative;
  min-height: 670px;
}
@media (max-width: 1024px) {
  .top-default-section {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .top-default-section {
    min-height: 250px;
  }
}
.top-default-section h1 {
  margin-top: 82px;
  max-width: 600px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .top-default-section h1 {
    margin-top: 50px;
    max-width: 100%;
  }
}
.top-default-section .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-default-section .img img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .top-default-section .img img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .top-default-section .img img {
    max-width: 280px;
  }
}
.bottom-bg-section {
  background: #2C8080;
  min-height: 417px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .bottom-bg-section {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .bottom-bg-section {
    min-height: 200px;
  }
}
.bottom-bg-section .img {
  position: absolute;
  right: 20px;
  top: -150px;
}
@media (max-width: 1024px) {
  .bottom-bg-section .img {
    position: static;
  }
}
@media (max-width: 1024px) {
  .bottom-bg-section .img img {
    max-width: 700px;
    width: 100%;
  }
}
.small-h h2 {
  font-size: 56px;
}
@media (max-width: 1024px) {
  .small-h h2 {
    font-size: 38px;
  }
}
li br {
  display: none;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
header {
  position: relative;
  z-index: 100;
  background: #333333;
  color: #fff;
  padding: 13px 0;
}
@media (max-width: 1024px) {
  header {
    padding: 7px 0;
  }
}
header .custom-logo-link {
  -webkit-flex-basis: 205px;
  -moz-flex-basis: 205px;
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
}
@media (max-width: 480px) {
  header .custom-logo-link {
    -webkit-flex-basis: 150px;
    -moz-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}
header .phone {
  position: relative;
  z-index: 0;
  color: #fff;
  line-height: 1.9;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  header .phone {
    margin-right: 40px;
    padding-left: 20px;
  }
}
header .phone svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  header .phone svg {
    width: 15px;
    height: 15px;
  }
}
header .phone:hover {
  color: #2C8080;
}
.insert-paw svg {
  display: inline-block;
  height: 0.75em;
  position: relative;
  top: 1px;
}
footer {
  background: #2E2E2E;
  padding: 35px 0 45px;
}
@media (max-width: 1024px) {
  footer {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 12px 0;
  }
}
footer .left, footer .middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  footer .left, footer .middle {
    padding-right: 0;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  footer .left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 1024px) {
  footer .middle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer .right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 1024px) {
  footer .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}
footer .main-menu-footer {
  padding-right: 0;
  margin-bottom: 7px;
}
footer .main-menu-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .main-menu-footer ul {
    display: block;
    text-align: center;
  }
  footer .main-menu-footer ul li {
    display: inline-block;
  }
}
footer .main-menu-footer ul a {
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  footer .main-menu-footer ul a {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .main-menu-footer ul a {
    padding: 5px 15px;
    display: block;
  }
}
footer .main-menu-footer ul a:hover {
  color: #2C8080;
}
footer .main-menu-footer .sub-menu {
  display: none;
}
footer .left, footer .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .social-icons {
  text-align: right;
}
@media (max-width: 1024px) {
  footer .social-icons {
    text-align: center;
  }
}
footer .social-icons a {
  opacity: 0.3;
}
@media (min-width: 1024px) {
  footer .social-icons a {
    margin: 0 0 0 25px;
  }
}
footer .social-icons a:hover {
  opacity: 1;
}
footer .custom-logo-link {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  footer .custom-logo-link {
    margin: 20px auto;
    width: 100%;
  }
}
footer .footer-menu li {
  padding-bottom: 10px;
}
footer .footer-menu li:last-child {
  padding-bottom: 0;
}
footer .footer-menu a {
  color: #fff;
}
footer .footer-menu a:hover {
  color: #2C8080;
}
footer .copyright {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  opacity: 0.3;
  color: #fff;
}
footer .sub-menu {
  display: none;
}
.custom-logo-link {
  max-width: 205px;
  font-size: 0;
}
.custom-logo-link .first-f {
  -webkit-animation-name: first-f;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: first-f;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: first-f;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: first-f;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.custom-logo-link .second-f {
  -webkit-animation-name: second-f;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: second-f;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: second-f;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: second-f;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.custom-logo-link .third-f {
  -webkit-animation-name: third-f;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: third-f;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: third-f;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: third-f;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.custom-logo-link .fourth-f {
  -webkit-animation-name: fourth-f;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: fourth-f;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: fourth-f;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: fourth-f;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.custom-logo-link .fifth-f {
  -webkit-animation-name: fifth-f;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: fifth-f;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: fifth-f;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: fifth-f;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.custom-logo-link .paw-text {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-logo-link:hover .paw-text {
  color: #2C8080 !important;
}
.btn-wrapper .first-f, .insert-paw .first-f {
  -webkit-animation-name: first-f-default;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: first-f-default;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: first-f-default;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: first-f-default;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 768px) {
  .btn-wrapper .first-f, .insert-paw .first-f {
    -webkit-animation-name: none;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: none;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: none;
    -o-animation-duration: 5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: none;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
  }
}
.btn-wrapper .second-f, .insert-paw .second-f {
  -webkit-animation-name: second-f-default;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: second-f-default;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: second-f-default;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: second-f-default;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 768px) {
  .btn-wrapper .second-f, .insert-paw .second-f {
    -webkit-animation-name: none;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: none;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: none;
    -o-animation-duration: 5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: none;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
  }
}
.btn-wrapper .third-f, .insert-paw .third-f {
  -webkit-animation-name: third-f-default;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: third-f-default;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: third-f-default;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: third-f-default;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 768px) {
  .btn-wrapper .third-f, .insert-paw .third-f {
    -webkit-animation-name: none;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: none;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: none;
    -o-animation-duration: 5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: none;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
  }
}
.btn-wrapper .fourth-f, .insert-paw .fourth-f {
  -webkit-animation-name: fourth-f-default;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: fourth-f-default;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: fourth-f-default;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: fourth-f-default;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 768px) {
  .btn-wrapper .fourth-f, .insert-paw .fourth-f {
    -webkit-animation-name: none;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: none;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: none;
    -o-animation-duration: 5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: none;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
  }
}
.btn-wrapper .fifth-f, .insert-paw .fifth-f {
  -webkit-animation-name: fifth-f-default;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: fifth-f-default;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: fifth-f-default;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: fifth-f-default;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 768px) {
  .btn-wrapper .fifth-f, .insert-paw .fifth-f {
    -webkit-animation-name: none;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: none;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: none;
    -o-animation-duration: 5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: none;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
  }
}
@-webkit-keyframes first-f {
  0% {
    fill: #fff;
  }
  10% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-moz-keyframes first-f {
  0% {
    fill: #fff;
  }
  10% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-ms-keyframes first-f {
  0% {
    fill: #fff;
  }
  10% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@keyframes first-f {
  0% {
    fill: #fff;
  }
  10% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-webkit-keyframes second-f {
  0% {
    fill: #2C8080;
  }
  10% {
    fill: #fff;
  }
  20% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-moz-keyframes second-f {
  0% {
    fill: #2C8080;
  }
  10% {
    fill: #fff;
  }
  20% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-ms-keyframes second-f {
  0% {
    fill: #2C8080;
  }
  10% {
    fill: #fff;
  }
  20% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@keyframes second-f {
  0% {
    fill: #2C8080;
  }
  10% {
    fill: #fff;
  }
  20% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-webkit-keyframes third-f {
  10% {
    fill: #2C8080;
  }
  20% {
    fill: #fff;
  }
  30% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-moz-keyframes third-f {
  10% {
    fill: #2C8080;
  }
  20% {
    fill: #fff;
  }
  30% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-ms-keyframes third-f {
  10% {
    fill: #2C8080;
  }
  20% {
    fill: #fff;
  }
  30% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@keyframes third-f {
  10% {
    fill: #2C8080;
  }
  20% {
    fill: #fff;
  }
  30% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-webkit-keyframes fourth-f {
  20% {
    fill: #2C8080;
  }
  30% {
    fill: #fff;
  }
  40% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-moz-keyframes fourth-f {
  20% {
    fill: #2C8080;
  }
  30% {
    fill: #fff;
  }
  40% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-ms-keyframes fourth-f {
  20% {
    fill: #2C8080;
  }
  30% {
    fill: #fff;
  }
  40% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@keyframes fourth-f {
  20% {
    fill: #2C8080;
  }
  30% {
    fill: #fff;
  }
  40% {
    fill: #2C8080;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-webkit-keyframes fifth-f {
  30% {
    fill: #2C8080;
  }
  40% {
    fill: #fff;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-moz-keyframes fifth-f {
  30% {
    fill: #2C8080;
  }
  40% {
    fill: #fff;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-ms-keyframes fifth-f {
  30% {
    fill: #2C8080;
  }
  40% {
    fill: #fff;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@keyframes fifth-f {
  30% {
    fill: #2C8080;
  }
  40% {
    fill: #fff;
  }
  50% {
    fill: #2C8080;
  }
  60% {
    fill: #fff;
  }
  70% {
    fill: #2C8080;
  }
}
@-webkit-keyframes first-f-default {
  0% {
    fill: #D58949;
  }
  10% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-moz-keyframes first-f-default {
  0% {
    fill: #D58949;
  }
  10% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-ms-keyframes first-f-default {
  0% {
    fill: #D58949;
  }
  10% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@keyframes first-f-default {
  0% {
    fill: #D58949;
  }
  10% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-webkit-keyframes second-f-default {
  0% {
    fill: transparent;
  }
  10% {
    fill: #D58949;
  }
  20% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-moz-keyframes second-f-default {
  0% {
    fill: transparent;
  }
  10% {
    fill: #D58949;
  }
  20% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-ms-keyframes second-f-default {
  0% {
    fill: transparent;
  }
  10% {
    fill: #D58949;
  }
  20% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@keyframes second-f-default {
  0% {
    fill: transparent;
  }
  10% {
    fill: #D58949;
  }
  20% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-webkit-keyframes third-f-default {
  10% {
    fill: transparent;
  }
  20% {
    fill: #D58949;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-moz-keyframes third-f-default {
  10% {
    fill: transparent;
  }
  20% {
    fill: #D58949;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-ms-keyframes third-f-default {
  10% {
    fill: transparent;
  }
  20% {
    fill: #D58949;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@keyframes third-f-default {
  10% {
    fill: transparent;
  }
  20% {
    fill: #D58949;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-webkit-keyframes fourth-f-default {
  20% {
    fill: transparent;
  }
  30% {
    fill: #D58949;
  }
  40% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-moz-keyframes fourth-f-default {
  20% {
    fill: transparent;
  }
  30% {
    fill: #D58949;
  }
  40% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-ms-keyframes fourth-f-default {
  20% {
    fill: transparent;
  }
  30% {
    fill: #D58949;
  }
  40% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@keyframes fourth-f-default {
  20% {
    fill: transparent;
  }
  30% {
    fill: #D58949;
  }
  40% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-webkit-keyframes fifth-f-default {
  30% {
    fill: transparent;
  }
  40% {
    fill: #D58949;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-moz-keyframes fifth-f-default {
  30% {
    fill: transparent;
  }
  40% {
    fill: #D58949;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@-ms-keyframes fifth-f-default {
  30% {
    fill: transparent;
  }
  40% {
    fill: #D58949;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
@keyframes fifth-f-default {
  30% {
    fill: transparent;
  }
  40% {
    fill: #D58949;
  }
  50% {
    fill: transparent;
  }
  60% {
    fill: #D58949;
  }
  70% {
    fill: transparent;
  }
}
.form-box {
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .form-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .form-box {
    padding-bottom: 20px;
  }
}
.form-box .image {
  font-size: 0;
  margin-top: -110px;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .form-box .image {
    margin-top: 0;
  }
}
.form-box .image img {
  max-height: 350px;
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .form-box .image img {
    max-height: 200px;
  }
}
.form-box .image.center {
  text-align: center;
}
.form-box .image.left {
  text-align: left;
}
.form-box .image.right {
  text-align: right;
}
.form-box::before {
  position: absolute;
  content: '';
  top: 57%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #2C8080;
}
.form-box > .container {
  width: 1150px;
}
.form-box .wrapper {
  background: #2E2E2E;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  padding: 95px 90px 80px 70px;
}
@media (max-width: 1366px) {
  .form-box .wrapper {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .form-box .wrapper {
    padding: 40px;
  }
  .form-box .wrapper br {
    display: none;
  }
}
@media (max-width: 768px) {
  .form-box .wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .form-box .wrapper {
    padding: 20px;
  }
}
.form-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
}
.form-box-new .text {
  max-width: 800px;
  margin: 0 auto;
}
.form-box .text h1, .form-box .text h2, .form-box .text h3, .form-box .text h4 {
  color: #fff;
}
@media (min-width: 1024px) {
  .form-box .text h3 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .form-box .text p {
    font-size: 16px;
    line-height: 2.2;
  }
}
.form-box .form-text {
  -webkit-flex-basis: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  margin-left: 10%;
  padding-top: 45px;
}
@media (max-width: 1366px) {
  .form-box .form-text {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .form-box .form-text {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .form-box .form-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
.home-insurance {
  background: #F7F7F7;
  padding: 90px 0 100px;
}
@media (max-width: 1366px) {
  .home-insurance {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-insurance {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home-insurance {
    padding: 25px 0;
  }
}
.home-insurance p {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .home-insurance p {
    line-height: 2.2;
  }
}
.home-insurance .left-wrapper {
  -webkit-flex-basis: 74%;
  -moz-flex-basis: 74%;
  -ms-flex-preferred-size: 74%;
  flex-basis: 74%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .home-insurance .left-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .home-insurance .left-wrapper {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@media (max-width: 1024px) {
  .home-insurance .left-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home-insurance .image {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-insurance .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home-insurance .image img {
  position: absolute;
  bottom: 45px;
  left: 0;
  max-width: none;
  width: 190%;
}
@media (max-width: 1366px) {
  .home-insurance .image img {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .home-insurance .image img {
    position: static;
    width: auto;
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.home-insurance .top-text {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .home-insurance .top-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-insurance .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-insurance .top-text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-insurance .top-text {
    margin-bottom: 25px;
  }
}
.home-insurance .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.home-insurance .items > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1366px) {
  .home-insurance .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-insurance .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .home-insurance .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-insurance .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) and (max-width: 768px) {
  .home-insurance .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-insurance .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-insurance .items .item-wrapper {
  position: relative;
  z-index: 0;
  padding-right: 50px;
  margin-bottom: 55px;
  min-height: 150px;
}
@media (max-width: 1366px) {
  .home-insurance .items .item-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-insurance .items .item-wrapper {
    min-height: 120px;
  }
}
.home-insurance .items .item-wrapper .paw {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
}
.home-insurance .items .item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: #fff;
  height: 100%;
  padding: 20px 72px 20px 40px;
}
@media (max-width: 1366px) {
  .home-insurance .items .item {
    padding: 10px 40px 10px 20px;
  }
}
.home-insurance .items .title {
  font-weight: 700;
  line-height: 1.7;
  font-size: 18px;
  display: block;
}
@media (max-width: 1366px) {
  .home-insurance .items .title {
    font-size: 16px;
  }
}
.home-insurance .items .icon {
  width: 100px;
  height: 100px;
  background: #2C8080;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1366px) {
  .home-insurance .items .icon {
    width: 80px;
    height: 80px;
  }
}
.home-insurance .items .icon img {
  max-height: 51px;
}
.home-insurance .left-text, .home-insurance .right-text {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}
@media (max-width: 1366px) {
  .home-insurance .left-text, .home-insurance .right-text {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .home-insurance .left-text, .home-insurance .right-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
  }
}
.home-insurance .link-wrapper {
  text-align: right;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .home-insurance .link-wrapper {
    padding-top: 0;
  }
}
.more {
  color: #2C8080;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-right: 35px;
}
.more::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2C8080;
  border-right: 1px solid #2C8080;
  -webkit-transform: translate(0, -50%) rotate(315deg);
  -moz-transform: translate(0, -50%) rotate(315deg);
  -ms-transform: translate(0, -50%) rotate(315deg);
  -o-transform: translate(0, -50%) rotate(315deg);
  transform: translate(0, -50%) rotate(315deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.more::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  background: #2C8080;
  width: 14px;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.more:hover {
  color: #4fc3c3;
}
.more:hover::before, .more:hover::after {
  border-color: #4fc3c3;
}
.home-posts {
  background: #2C8080;
  padding: 45px 0;
}
@media (max-width: 1024px) {
  .home-posts > .flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-posts {
    padding: 25px 0;
  }
}
.home-posts .left {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin-right: 40px;
}
@media (max-width: 1366px) {
  .home-posts .left {
    -webkit-flex-basis: 28%;
    -moz-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .home-posts .left {
    text-align: center;
  }
}
.home-posts .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-posts .image {
  position: relative;
  z-index: 0;
}
.home-posts .image img {
  max-width: none;
  position: absolute;
  top: 0;
  right: 15%;
  width: 180%;
}
@media (max-width: 1024px) {
  .home-posts .image img {
    position: static;
    width: auto;
    max-height: 300px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
.home-posts .title {
  color: #fff;
}
.post-title {
  font-size: 52px;
}
@media (max-width: 1024px) {
  .post-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .post-title {
    font-size: 24px;
  }
}
footer {
  color: red;
}

/* resources  */
.resources #top {
  overflow: hidden;
}
.resources #top .img {
  margin-bottom: -90px;
}
@media (max-width: 1366px) {
  .resources #top .img {
    margin-bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .resources #top .img {
    margin-bottom: -125px;
  }
}
@media (max-width: 768px) {
  .resources #top .img {
    margin-bottom: -32px;
  }
}
@media (max-width: 1024px) {
  .resources #top .img img {
    height: 323px;
  }
}
@media (max-width: 768px) {
  .resources #top .img img {
    height: auto;
  }
}
.resources .form-box .image {
  margin-top: 0;
}
.resources .content-v {
  padding: 100px 0 90px 0;
}
@media (max-width: 1024px) {
  .resources .content-v {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .resources .content-v {
    padding: 35px 0;
  }
}
.resources .content-v .top-info {
  margin-bottom: 55px;
  text-align: center;
}
.resources .content-v .top-info h3 {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .resources .content-v .top-info {
    margin-bottom: 35px;
  }
}
.resources .content-v .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.15%;
  width: 102.3%;
}
.resources .content-v .items > * {
  width: 47.7%;
  margin: 0 1.15% 1.725em;
}
@media (max-width: 1024px) {
  .resources .content-v .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .resources .content-v .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .resources .content-v .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .resources .content-v .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.resources .content-v .items .item-dog {
  height: 417px;
}
@media (max-width: 1024px) {
  .resources .content-v .items .item-dog {
    display: none;
  }
}
.resources .content-v .items .item {
  padding: 30px 45px;
  border-radius: 5px;
  background: #F7F7F7;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .resources .content-v .items .item {
    padding: 20px;
  }
}
.resources .content-v .items .item a {
  display: inline-block;
}
.resources .content-v .items .item a:hover {
  opacity: 0.7;
}
.resources .content-v .items .item img {
  margin-bottom: 0;
}
.resources .content-v .items .item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.resources .content-v .items .item h5 a {
  color: #2C8080;
  text-decoration: underline;
}
.resources .content-v .items .item h5 a:hover {
  opacity: 0.7;
}
.resources .content-v .items .item p {
  margin-bottom: 20px;
  font-size: 18px;
}
.resources .content-v .items .item p:last-child {
  margin-bottom: 0;
}

/* coverage-comparison */
@media (max-width: 768px) {
  .tpl-coverage-comparison #top {
    padding: 30px 0 0 0;
  }
}
.tpl-coverage-comparison #top .info {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  z-index: 1;
}
.tpl-coverage-comparison #top .img {
  width: 36%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .tpl-coverage-comparison #top .img {
    position: relative;
    width: 100%;
  }
  .tpl-coverage-comparison #top .img img {
    height: 200px;
    margin: 0 auto;
  }
}
.coverage-comparison .left-right-content {
  background-color: #F7F7F7;
}
.table {
  padding: 86px 0 70px;
}
@media (max-width: 1024px) {
  .table {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .table {
    padding: 35px 0;
  }
}
.table table {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .table table tbody {
    width: auto;
    min-width: 600px;
  }
}
.table table tr:first-child td {
  color: #2C8080;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0;
  position: relative;
}
.table table tr:first-child td:not(:first-child):before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(47, 130, 130, 0.11);
}
.table table tr:last-child td {
  padding-bottom: 20px;
}
.table table tr:last-child td:first-child {
  text-align: start;
  width: 28% !important;
  color: #FFFFFF;
  background-color: #2C8080;
  padding: 10px 46px 20px 65px;
}
@media (max-width: 1440px) {
  .table table tr:last-child td:first-child {
    padding: 10px 30px 20px;
  }
}
@media (max-width: 1024px) {
  .table table tr:last-child td:first-child {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 768px) {
  .table table tr:last-child td:first-child {
    padding: 10px 20px;
  }
}
.table table tr:not(:first-child) td:first-child:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.16);
  bottom: 0;
}
.table table tr td {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.table table tr td:first-child {
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  width: 28% !important;
  color: #FFFFFF;
  background-color: #2C8080;
  padding: 10px 46px 10px 65px;
}
@media (max-width: 1440px) {
  .table table tr td:first-child {
    padding: 10px 30px;
  }
}
@media (max-width: 1024px) {
  .table table tr td:first-child {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .table table tr td:first-child {
    padding: 10px;
  }
}
.table table tr td:not(:first-child):nth-child(odd) {
  background: #f7f7f7;
}
.table table tr td:not(:first-child):after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 80%;
  height: 1px;
  background-color: #E8E8E8;
  bottom: 0;
}

/* Cost page */

.left-right-info-block {
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .left-right-info-block {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .left-right-info-block {
    padding-top: 30px;
  }
}
.left-right-info-block ul {
  margin-bottom: 20px;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  column-gap: 80px;
}
@media (max-width: 1024px) {
  .left-right-info-block ul {
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .left-right-info-block ul {
    column-count: 1;
  }
}
.left-right-info-block ul li {
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.left-right-info-block ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background: url(../img/small-paw.svg) no-repeat;
  width: 20px;
  height: 26.3px;
}
@media (max-width: 1024px) {
  .left-right-info-block ul li:before {
    top: 0;
  }
}
.left-right-info-block .left-info-box {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .left-right-info-block .left-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-info-block .right-info-box {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  position: relative;
}
@media (max-width: 1024px) {
  .left-right-info-block .right-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-info-block .right-info-box .info-box {
  padding-top: 136px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .left-right-info-block .right-info-box .info-box {
    padding-top: 20px;
  }
}
.left-right-info-block .right-info-box .info-box *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.left-right-info-block .right-info-box .right-image-box {
  margin-right: -200px;
  margin-top: -90px;
  position: static;
  z-index: 0;
}
@media (max-width: 1024px) {
  .left-right-info-block .right-info-box .right-image-box {
    margin-right: 0;
    margin-top: 20px;
  }
}
.tpl-dog-bite-insurance-cost #top {
  padding: 0;
}
.tpl-dog-bite-insurance-cost #top .container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.tpl-dog-bite-insurance-cost .info {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tpl-dog-bite-insurance-cost .info {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .tpl-dog-bite-insurance-cost .info {
    padding: 30px 0;
  }
}

/* Renters */
.tpl-dog-bite-liability-renters #top .img img {
  width: 100%;
}
.for-renters .wrapper-container {
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .for-renters .wrapper-container {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .for-renters .wrapper-container {
    margin-bottom: 35px;
  }
}
.for-renters .wrapper-container .info-box p:last-child {
  margin-bottom: 0;
}
.for-renters .wrapper-container:first-child {
  background: #F7F7F7;
  padding: 86px 0;
}
@media (max-width: 1024px) {
  .for-renters .wrapper-container:first-child {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .for-renters .wrapper-container:first-child {
    padding: 35px 0;
  }
}
.for-renters .wrapper-container:nth-child(even) .alc, .for-renters .wrapper-container:nth-child(even) .flex {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .for-renters .wrapper-container:nth-child(even) .alc, .for-renters .wrapper-container:nth-child(even) .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.for-renters .wrapper-container .info-after {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1800px) {
  .for-renters .wrapper-container .info-after {
    width: 18%;
  }
}
@media (max-width: 1440px) {
  .for-renters .wrapper-container .info-after {
    width: 14%;
  }
}
@media (max-width: 1024px) {
  .for-renters .wrapper-container .info-after {
    display: none;
  }
}
.for-renters .text-bottom {
  text-align: center;
}
.for-renters .text-bottom p {
  font-size: 18px;
  font-weight: 700;
  color: #2C8080;
}
.for-renters .form-box .image {
  margin-top: 0;
}
.tpl-homeowners .img .wrap-img:before,
.for-renters .img .wrap-img:before {
    z-index: 1;
}
.tpl-homeowners .img .wrap-img img,
.for-renters .img .wrap-img img {
    position: relative;
    z-index: 3;
}

/* homeowners */

.tpl-homeowners #top .info, .for-renters #top .info {
  -webkit-flex-basis: 874px;
  -moz-flex-basis: 874px;
  -ms-flex-preferred-size: 874px;
  flex-basis: 874px;
}
@media (max-width: 1366px) {
  .tpl-homeowners #top .info, .for-renters #top .info {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1366px) {
  .tpl-homeowners #top .img, .for-renters #top .img {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
.tpl-homeowners #top .img img, .for-renters #top .img img {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
@media (max-width: 1366px) {
  .tpl-homeowners #top .img img, .for-renters #top .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.tpl-homeowners .form-box-new .image, .for-renters .form-box-new .image {
  display: none;
}
.tpl-dog-bite-liability-renters .form-box-new .image {
  display: none;
}