@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;700&display=swap");
/* line 5, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Variables */
/* line 6, ../src/sass/main.scss */
html {
  scroll-behavior: smooth;
}

/* line 9, ../src/sass/main.scss */
html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em;
  font-family: "Arimo", sans-serif;
}

/* line 14, ../src/sass/main.scss */
p {
  margin-bottom: 20px;
}

/* line 17, ../src/sass/main.scss */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, ../src/sass/main.scss */
*:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 25, ../src/sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../src/sass/main.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32, ../src/sass/main.scss */
h1, .h1 {
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-size: 4.375rem;
}

/* line 38, ../src/sass/main.scss */
h2, .h2 {
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-size: 2.875rem;
}

/* line 44, ../src/sass/main.scss */
h3, .h3 {
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-size: 1.313rem;
}

/* line 51, ../src/sass/main.scss */
i, em {
  font-style: italic;
}

/* line 54, ../src/sass/main.scss */
b, strong {
  font-weight: 700;
}

/* line 58, ../src/sass/main.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 62, ../src/sass/main.scss */
ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
/* line 70, ../src/sass/main.scss */
ol li {
  padding-left: 20px;
  margin: 10px 0;
}

/* line 75, ../src/sass/main.scss */
ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
/* line 83, ../src/sass/main.scss */
ul li {
  padding-left: 20px;
  margin: 10px 0;
}

/* line 88, ../src/sass/main.scss */
.has-rb-white-background-color {
  background-color: #ffffff;
}

/* line 91, ../src/sass/main.scss */
.has-rb-red-background-color {
  background-color: #c80913;
}

/* line 94, ../src/sass/main.scss */
.has-rb-red-light-background-color {
  background-color: #F52933;
}

/* line 97, ../src/sass/main.scss */
.has-rb-yellow-background-color {
  background-color: #dc8b12;
}

/* line 100, ../src/sass/main.scss */
.has-rb-yellow-light-background-color {
  background-color: #FFAE35;
}

/* line 104, ../src/sass/main.scss */
.has-rb-bluesky-background-color {
  background-color: #2095F4;
}

/* line 107, ../src/sass/main.scss */
.has-rb-bluesky-light-background-color {
  background-color: #63B5F8;
}

/* line 111, ../src/sass/main.scss */
.has-rb-violet-background-color {
  background-color: #9F7CB2;
}

/* line 114, ../src/sass/main.scss */
.has-rb-violet-light-background-color {
  background-color: #B498C3;
}

/* line 118, ../src/sass/main.scss */
.has-rb-white-color {
  color: white;
}

/********************************/
/* line 122, ../src/sass/main.scss */
.wrapper {
  width: 1500px;
  margin: auto;
}

/* line 128, ../src/sass/main.scss */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
/* line 135, ../src/sass/main.scss */
#header .menu {
  padding: 0 0 0 290px;
}
/* line 137, ../src/sass/main.scss */
#header .menu li {
  display: inline-block;
  margin: 0 10px;
  padding-left: 0;
}
/* line 141, ../src/sass/main.scss */
#header .menu li a {
  color: #1b1b1b;
  font-weight: 700;
  display: block;
  padding: 15px;
}
/* line 146, ../src/sass/main.scss */
#header .menu li a:hover {
  color: #c80913;
}
/* line 152, ../src/sass/main.scss */
#header .wrapper {
  display: flex;
  position: relative;
}
/* line 156, ../src/sass/main.scss */
#header .logo {
  position: absolute;
  padding: 0 20px;
  top: 10px;
}
/* line 160, ../src/sass/main.scss */
#header .logo img {
  max-width: 230px;
}
/* line 164, ../src/sass/main.scss */
#header .phone-section {
  background-color: #c80913;
  padding: 5px 0px;
  text-align: right;
}
/* line 168, ../src/sass/main.scss */
#header .phone-section .wrapper {
  display: block;
}
/* line 171, ../src/sass/main.scss */
#header .phone-section a {
  color: white;
}
/* line 175, ../src/sass/main.scss */
#header .mobile-nav {
  position: absolute;
  display: none;
  right: 10px;
  height: 26px;
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
/* line 186, ../src/sass/main.scss */
#header .hamburguer {
  height: 3px;
  border-radius: 3px;
  width: 35px;
  background-color: #889095;
  position: absolute;
  top: 50%;
  right: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 196, ../src/sass/main.scss */
#header .hamburguer:after
, #header .hamburguer:before {
  content: "";
  height: 3px;
  border-radius: 3px;
  background-color: #889095;
  position: absolute;
  right: 0;
  width: 100%;
}
/* line 206, ../src/sass/main.scss */
#header .hamburguer:after {
  top: -10px;
}
/* line 209, ../src/sass/main.scss */
#header .hamburguer:before {
  bottom: -10px;
}

/* line 216, ../src/sass/main.scss */
.services-section .wp-block-column {
  border-radius: 5px;
  border: 2px solid #dbdbdb;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
/* line 221, ../src/sass/main.scss */
.services-section .uagb-ifb-icon {
  border: 2px solid #c80913;
  background-color: #c80913;
  border-radius: 50%;
  padding: 10px;
}
/* line 227, ../src/sass/main.scss */
.services-section .uagb-infobox__outer-wrap {
  background-color: #252525;
  border-radius: 5px;
  margin-bottom: 30px;
}

/* line 233, ../src/sass/main.scss */
.wrap-hero-home {
  font-size: 2.063rem;
  line-height: 2.7rem;
}
/* line 236, ../src/sass/main.scss */
.wrap-hero-home h1 {
  margin-bottom: 2rem;
}
/* line 240, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  font-size: 1.25rem;
}
/* line 245, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form h2 {
  color: #c80913;
  margin-bottom: 0.5em;
}
/* line 249, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form input, .wrap-hero-home .wpcf7-form textarea, .wrap-hero-home .wpcf7-form select {
  border: 2px solid #fff;
  background-color: transparent;
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 1rem;
  font-family: "Arimo", sans-serif;
}
/* line 257, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form input:focus, .wrap-hero-home .wpcf7-form textarea:focus, .wrap-hero-home .wpcf7-form select:focus {
  outline: none;
}
/* line 261, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form select {
  background-color: white;
  color: #000;
}
/* line 265, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form textarea {
  height: 150px;
}
/* line 268, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form input[type='submit'] {
  background-color: #c80913;
  color: white;
  border: 2px solid #c80913;
  font-size: 1.25rem;
  cursor: pointer;
}
/* line 274, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form input[type='submit']:hover {
  background-color: transparent;
}
/* line 278, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form p {
  margin-bottom: 10px;
  line-height: 1.7em;
}
/* line 282, ../src/sass/main.scss */
.wrap-hero-home .wpcf7-form label {
  display: block;
}

/* line 288, ../src/sass/main.scss */
.price-section .wp-block-uagb-icon-list {
  padding: 2em 1.5em;
}
/* line 291, ../src/sass/main.scss */
.price-section .wp-block-uagb-info-box {
  padding: 1.5em 1.5em;
}
/* line 294, ../src/sass/main.scss */
.price-section .uagb-ifb-title {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1em;
}
/* line 299, ../src/sass/main.scss */
.price-section ul {
  padding: 2em 1em;
  margin: 0 1.5em;
}
/* line 302, ../src/sass/main.scss */
.price-section ul li {
  padding-left: 5px;
  margin: 5px 0;
  line-height: 1.2em;
}

/* Variables */
@media (max-width: 1500px) {
  /* line 5, ../src/sass/_responsive.scss */
  .wrapper {
    width: 100%;
  }

  /* line 8, ../src/sass/_responsive.scss */
  #header .phone-section {
    padding: 5px 20px;
  }
}
@media (max-width: 900px) {
  /* line 13, ../src/sass/_responsive.scss */
  h1 {
    font-size: 3.375rem;
  }

  /* line 17, ../src/sass/_responsive.scss */
  #header .menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #000;
    top: 0;
    left: 0;
    margin: 0;
    padding: 7em 0 0 0;
  }
  /* line 28, ../src/sass/_responsive.scss */
  #header .menu li {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 33, ../src/sass/_responsive.scss */
  #header .menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 36, ../src/sass/_responsive.scss */
  #header .menu li a {
    color: white;
  }
  /* line 41, ../src/sass/_responsive.scss */
  #header .logo {
    position: static;
  }
  /* line 44, ../src/sass/_responsive.scss */
  #header .wrapper {
    display: block;
  }
  /* line 47, ../src/sass/_responsive.scss */
  #header .mobile-nav {
    display: block;
  }
  /* line 51, ../src/sass/_responsive.scss */
  #header .open .menu {
    display: block;
  }
  /* line 54, ../src/sass/_responsive.scss */
  #header .open .hamburguer {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 58, ../src/sass/_responsive.scss */
  #header .open .hamburguer:after {
    top: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  }
  /* line 63, ../src/sass/_responsive.scss */
  #header .open .hamburguer:before {
    opacity: 0;
  }
}
@media (max-width: 480px) {
  /* line 71, ../src/sass/_responsive.scss */
  h1 {
    font-size: 2.375rem;
  }

  /* line 74, ../src/sass/_responsive.scss */
  h2 {
    font-size: 2rem;
  }

  /* line 77, ../src/sass/_responsive.scss */
  #header .logo img {
    width: 170px;
  }

  /* line 80, ../src/sass/_responsive.scss */
  .wrap-hero-home {
    font-size: 1.53rem;
    line-height: 2.1rem;
  }
}
