/*
Theme Name: Ecomoov
Theme URI: https://example.com
Author: Moov Agency
Author URI: https://moov-agency.com
Description: Mooving Company website theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom, responsive
Text Domain: ecomoov

1. Reset
2. Global Styles
3. Variables
4. Layout
5. Typography
6. Backgrounds
7. Buttons
8. Utilities
9. Components/Modules
10. Overrides 
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');
*/


/* 1. Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    width:100%;
    height: auto;
}
/* 2. Global Styles */
body {
    font-family: "Outfit", sans-serif;
    color: #002302;
    line-height: 1.6;
}
@media (max-width:991px){
	body{
		font-size:13px;
	}
}
a {
    color: inherit;
}

/* 3. CSS Variables */
:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --font-family: 'Roboto', sans-serif;
}

/* 4. Layout */
header,
footer {
    background-color: #333;
    color: white;
    padding: 1rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 40px 0px;
}

/* 5. Typography */
h1,
h2,
h3 {
    font-weight: bold;
}

.alt-font {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
}
.text-dark-green{
    color: #002302;
}
.text-yellow{
    color: #FFF112;
}
.text-green{
    color: #70E815;
}
.fs-110px{
    font-size: 110px;
}
.fs-68px {
    font-size: 68px;
}

.fs-63px {
    font-size: 63px;
}

.fs-56px {
    font-size: 56px;
}

.fs-45px {
    font-size: 45px;
}

.fs-35px{
    font-size: 35px;
}
.fs-30px{
    font-size: 30px;
}
.fs-25px {
    font-size: 25px;
}

.fs-20px {
    font-size: 20px;
}
.fs-18px{
	font-size:18px;
}
.fs-14px {
    font-size: 14px;
}
.fs-12px{
    font-size: 12px;
}
@media (max-width: 768px){
	.fs-sm-80px{
		font-size:80px;
	}
	.fs-sm-70px{
		font-size:70px;
	}
	.fs-sm-60px{
		font-size:60px;
	}
	.fs-sm-50px{
		font-size:50px;
	}
	.fs-sm-40px{
		font-size:40px;
	}
	.fs-sm-30px{
		font-size:30px;
	}
	.fs-sm-25px{
		font-size:25px;
	}
	.fs-sm-20px{
		font-size:20px;
	}
	.fs-sm-17px{
		font-size:17px;
	}
}
/* 6. Backgrounds */
.bg-yellow {
    background-color: yellow;
}

.bg-green {
    background-color: #70E815;
}

.bg-dark-green {
    background-color: #002302;
}

.bg-light-green {
    background-color: #F0FDE8;
}
.bg-beige{
    background-color: #FFFCCE;
}

/* 7. Buttons */
.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--secondary-color);
}

/* 8. Utilities */

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

.hidden {
    display: none;
}

/* 9. Custom styling*/
.top-rounded-300px {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}
.bottom-rounded-300px {
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}
.bottom-rounded-60px {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
@media (max-width:991px){
	.top-rounded-sm-75px {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}
	.bottom-rounded-sm-75px {
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}
}
/* 10. Components/Modules */
.post-item .post-thumbnail{
    overflow: hidden;
    border: 1px solid #002302;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.testimonial{
    background: #f0fde8;
    padding: 18px 26px;
    border-radius: 20px;
    border: 1pt solid #002302; 
}

/* 11. Icons*/
.icon-link-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 75'%3E%3Cg id='Group_2162' data-name='Group 2162' transform='translate(-1076 -617)'%3E%3Cg id='Ellipse_18' data-name='Ellipse 18' transform='translate(1076 617)' fill='%23fff112' stroke='%23707070' stroke-width='1'%3E%3Ccircle cx='37.5' cy='37.5' r='37.5' stroke='none'/%3E%3Ccircle cx='37.5' cy='37.5' r='37' fill='none'/%3E%3C/g%3E%3Cpath id='right-up' d='M24.329,20.9,3.433,0,0,3.433l20.893,20.9H2.479v4.856H29.184V2.479H24.329Z' transform='matrix(0.259, -0.966, 0.966, 0.259, 1094.375, 666.716)' fill='%23002302'/%3E%3C/g%3E%3C/svg%3E%0A"); 
}
.icon-star{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M13,0l3.25,8.925L26,9.167l-7.741,5.758L21.034,24,13,18.633,4.966,24l2.776-9.075L0,9.167l9.75-.242Z' fill='%23002302'/%3E%3C/svg%3E%0A");
}
.icon-price{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 63.597 83.419'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_323' data-name='Rectangle 323' width='38.53' height='74.404' fill='%23fff112'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2139' data-name='Group 2139' transform='matrix(0.927, 0.375, -0.375, 0.927, 27.739, 0.328)'%3E%3Cg id='Group_2138' data-name='Group 2138' transform='translate(0 -0.354)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_221' data-name='Path 221' d='M37.83,18.19,19.867,5.018a1.224,1.224,0,0,0-1.413,0L9.893,11.3A30.151,30.151,0,0,1,8.383,1.2a1.2,1.2,0,1,0-2.4,0A31.194,31.194,0,0,0,7.912,12.751l-.021.015A16.784,16.784,0,0,0,13.328,20.2l.007-.02a14.374,14.374,0,0,0,2.236,1.4,3.634,3.634,0,1,0,.772-2.227,11.586,11.586,0,0,1-1.993-1.334,5.971,5.971,0,1,1-.985,5.017A18.587,18.587,0,0,1,5.928,14.2L.491,18.19A1.2,1.2,0,0,0,0,19.16V73.049a1.2,1.2,0,0,0,1.2,1.2H37.123a1.2,1.2,0,0,0,1.2-1.2V19.16a1.2,1.2,0,0,0-.491-.97M22.5,48.333V50.89H16.428L16.4,51.4v.683l.029.479h5.158v2.586H16.675q.741,3.531,4.664,3.531a9.976,9.976,0,0,0,4-.828v3.72a9.358,9.358,0,0,1-4.257.857,8.779,8.779,0,0,1-5.855-1.933,8.657,8.657,0,0,1-2.891-5.347H10.34V52.561h1.714a5.5,5.5,0,0,1-.058-.9l.029-.77H10.34V48.333h1.933a8.838,8.838,0,0,1,2.891-5.558,8.661,8.661,0,0,1,5.884-2.041,11.284,11.284,0,0,1,5.114,1.191L24.739,45.3a14.587,14.587,0,0,0-1.874-.7,6.462,6.462,0,0,0-1.816-.254,4.222,4.222,0,0,0-2.92,1.024,4.956,4.956,0,0,0-1.482,2.971Z' transform='translate(0 0.157)' fill='%23fff112'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-simplicity{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78.616 75.961'%3E%3Cg id='easy-to-use' transform='matrix(0.899, -0.438, 0.438, 0.899, -22.326, -4.446)'%3E%3Cpath id='Path_222' data-name='Path 222' d='M391.074,73.254a1.993,1.993,0,0,0,2.818,0l4.7-4.7a1.993,1.993,0,1,0-2.819-2.818l-4.7,4.7A1.993,1.993,0,0,0,391.074,73.254Z' transform='translate(-338.607 -29.616)' fill='%23fff112'/%3E%3Cpath id='Path_223' data-name='Path 223' d='M411.769,141.291a1.993,1.993,0,0,0,2.441,1.409l6.417-1.719a1.993,1.993,0,1,0-1.032-3.85l-6.417,1.719A1.993,1.993,0,0,0,411.769,141.291Z' transform='translate(-356.999 -91.97)' fill='%23fff112'/%3E%3Cpath id='Path_224' data-name='Path 224' d='M342.467,41.336a1.993,1.993,0,0,0,2.441-1.409l1.719-6.417a1.993,1.993,0,1,0-3.85-1.032l-1.719,6.417A1.993,1.993,0,0,0,342.467,41.336Z' transform='translate(-295.684 0)' fill='%23fff112'/%3E%3Cpath id='Path_225' data-name='Path 225' d='M150.257,101.424H127.285a1.993,1.993,0,0,1-1.925-2.509l2.314-8.635a4.484,4.484,0,1,0-8.663-2.321l-1.1,4.11a12.622,12.622,0,0,1-12.192,9.355H100v30.559h3.654l1,1.329a9.965,9.965,0,0,0,7.972,3.986h17.439a4.484,4.484,0,1,0,0-8.968h2.657a4.484,4.484,0,0,0,0-8.968h2.657a4.484,4.484,0,1,0,0-8.968h14.881a4.484,4.484,0,1,0,0-8.968Z' transform='translate(-86.713 -46.508)' fill='%23fff112'/%3E%3Cpath id='Path_226' data-name='Path 226' d='M7.308,181H1.993A1.993,1.993,0,0,0,0,182.993v34.545a1.993,1.993,0,0,0,1.993,1.993H7.308A1.993,1.993,0,0,0,9.3,217.538V182.993A1.993,1.993,0,0,0,7.308,181Z' transform='translate(0 -130.07)' fill='%23fff112'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-team{
    background-repeat: no-repeat;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.091 84.64'%3E%3Cpath id='costumer' d='M44.7,15.806l2.356,6.206a.482.482,0,0,0,.435.316l6.63.323a.491.491,0,0,1,.284.873l-5.174,4.159a.482.482,0,0,0-.166.511L50.811,34.6a.491.491,0,0,1-.743.539L44.514,31.5a.482.482,0,0,0-.538,0l-5.554,3.636a.491.491,0,0,1-.742-.539l1.741-6.406a.482.482,0,0,0-.166-.511l-5.174-4.159a.491.491,0,0,1,.284-.873L41,22.328a.481.481,0,0,0,.435-.316l2.356-6.206a.491.491,0,0,1,.918,0ZM31.863,13.854l4.147,3.734a1.167,1.167,0,0,0,1.562-1.735l-4.147-3.734a1.167,1.167,0,1,0-1.562,1.735Zm23.2-1.735-4.171,3.756a1.167,1.167,0,0,0,1.562,1.735l4.171-3.756a1.167,1.167,0,0,0-1.562-1.735Zm-9.651-.972a1.169,1.169,0,1,1-2.338,0V6.856a1.169,1.169,0,1,1,2.338,0ZM44.245,38.891a8.2,8.2,0,1,1-8.2,8.2A8.2,8.2,0,0,1,44.245,38.891Zm16.13,32.345a16.225,16.225,0,0,0-32.261,0v3.279a4.344,4.344,0,0,0,4.336,4.336H56.04a4.344,4.344,0,0,0,4.336-4.336Zm8.385-26.388a6.137,6.137,0,1,1-6.137,6.137A6.137,6.137,0,0,1,68.761,44.848Zm-49.031,0a6.137,6.137,0,1,1-6.137,6.137A6.137,6.137,0,0,1,19.73,44.848Zm0,13.913a12.107,12.107,0,0,1,9.013,4.008A18.438,18.438,0,0,0,25.8,70.9H10.783a2.774,2.774,0,0,1-2.65-3.6A12.143,12.143,0,0,1,19.73,58.76Zm49.031,0a12.143,12.143,0,0,1,11.6,8.543,2.774,2.774,0,0,1-2.65,3.6H62.69a18.44,18.44,0,0,0-2.942-8.13A12.107,12.107,0,0,1,68.761,58.76ZM18.808,15.806l2.356,6.206a.482.482,0,0,0,.435.316l6.63.323a.491.491,0,0,1,.284.873L23.34,27.683a.482.482,0,0,0-.166.511L24.915,34.6a.491.491,0,0,1-.743.539L18.618,31.5a.482.482,0,0,0-.538,0l-5.554,3.636a.491.491,0,0,1-.742-.539l1.741-6.406a.482.482,0,0,0-.166-.511L8.186,23.524a.491.491,0,0,1,.284-.873l6.63-.323a.481.481,0,0,0,.435-.316l2.356-6.206a.491.491,0,0,1,.918,0Zm51.714,0,2.356,6.206a.482.482,0,0,0,.435.316l6.63.323a.491.491,0,0,1,.284.873l-5.174,4.159a.482.482,0,0,0-.166.511L76.629,34.6a.491.491,0,0,1-.742.539L70.333,31.5a.482.482,0,0,0-.538,0l-5.554,3.636A.491.491,0,0,1,63.5,34.6l1.741-6.406a.482.482,0,0,0-.166-.511L59.9,23.524a.491.491,0,0,1,.284-.873l6.63-.323a.481.481,0,0,0,.435-.316L69.6,15.806a.491.491,0,0,1,.918,0Z' transform='matrix(0.985, -0.174, 0.174, 0.985, -8.867, 8.376)' fill='%23fff112' fill-rule='evenodd'/%3E%3C/svg%3E%0A");   
}
.icon-rating-stars{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154 24'%3E%3Cg id='Group_2209' data-name='Group 2209' transform='translate(-1067.5 -3965)'%3E%3Cg id='Polygon_3' data-name='Polygon 3' transform='translate(1067.5 3965)' fill='%23fff112'%3E%3Cpath d='M 20.14616584777832 22.80540084838867 L 13.27772045135498 18.21766090393066 L 13 18.03215980529785 L 12.72227954864502 18.21766090393066 L 5.853835105895996 22.80540084838867 L 8.21951961517334 15.07147979736328 L 8.322629928588867 14.73441028594971 L 8.039799690246582 14.52404022216797 L 1.461465001106262 9.63107967376709 L 9.762399673461914 9.425080299377441 L 10.10317993164062 9.416620254516602 L 10.21982002258301 9.096309661865234 L 13 1.461311221122742 L 15.78017997741699 9.096309661865234 L 15.89682006835938 9.416620254516602 L 16.23760032653809 9.425080299377441 L 24.53853416442871 9.631071090698242 L 17.9601993560791 14.52404022216797 L 17.67737007141113 14.73441028594971 L 17.78047943115234 15.07147979736328 L 20.14616584777832 22.80540084838867 Z' stroke='none'/%3E%3Cpath d='M 13 2.922622680664062 L 10.45637035369873 9.90800952911377 L 2.922906875610352 10.0949592590332 L 8.903860092163086 14.54358959197998 L 6.74211311340332 21.61079788208008 L 13 17.43087959289551 L 19.25788497924805 21.61079788208008 L 17.09613990783691 14.54358959197998 L 23.07709312438965 10.09495258331299 L 15.54362964630127 9.90800952911377 L 13 2.922622680664062 M 13 0 L 16.25 8.925230026245117 L 26 9.167180061340332 L 18.25860977172852 14.92523002624512 L 21.03443908691406 24 L 13 18.6334400177002 L 4.965560913085938 24 L 7.741390228271484 14.92523002624512 L 0 9.167189598083496 L 9.75 8.925230026245117 L 13 0 Z' stroke='none' fill='%23002302'/%3E%3C/g%3E%3Cg id='Polygon_6' data-name='Polygon 6' transform='translate(1131.5 3965)' fill='%23fff112'%3E%3Cpath d='M 20.14616584777832 22.80540084838867 L 13.27772045135498 18.21766090393066 L 13 18.03215980529785 L 12.72227954864502 18.21766090393066 L 5.853835105895996 22.80540084838867 L 8.21951961517334 15.07147979736328 L 8.322629928588867 14.73441028594971 L 8.039799690246582 14.52404022216797 L 1.461465001106262 9.63107967376709 L 9.762399673461914 9.425080299377441 L 10.10317993164062 9.416620254516602 L 10.21982002258301 9.096309661865234 L 13 1.461311221122742 L 15.78017997741699 9.096309661865234 L 15.89682006835938 9.416620254516602 L 16.23760032653809 9.425080299377441 L 24.53853416442871 9.631071090698242 L 17.9601993560791 14.52404022216797 L 17.67737007141113 14.73441028594971 L 17.78047943115234 15.07147979736328 L 20.14616584777832 22.80540084838867 Z' stroke='none'/%3E%3Cpath d='M 13 2.922622680664062 L 10.45637035369873 9.90800952911377 L 2.922906875610352 10.0949592590332 L 8.903860092163086 14.54358959197998 L 6.74211311340332 21.61079788208008 L 13 17.43087959289551 L 19.25788497924805 21.61079788208008 L 17.09613990783691 14.54358959197998 L 23.07709312438965 10.09495258331299 L 15.54362964630127 9.90800952911377 L 13 2.922622680664062 M 13 0 L 16.25 8.925230026245117 L 26 9.167180061340332 L 18.25860977172852 14.92523002624512 L 21.03443908691406 24 L 13 18.6334400177002 L 4.965560913085938 24 L 7.741390228271484 14.92523002624512 L 0 9.167189598083496 L 9.75 8.925230026245117 L 13 0 Z' stroke='none' fill='%23002302'/%3E%3C/g%3E%3Cg id='Polygon_4' data-name='Polygon 4' transform='translate(1099.5 3965)' fill='%23fff112'%3E%3Cpath d='M 20.14616584777832 22.80540084838867 L 13.27772045135498 18.21766090393066 L 13 18.03215980529785 L 12.72227954864502 18.21766090393066 L 5.853835105895996 22.80540084838867 L 8.21951961517334 15.07147979736328 L 8.322629928588867 14.73441028594971 L 8.039799690246582 14.52404022216797 L 1.461465001106262 9.63107967376709 L 9.762399673461914 9.425080299377441 L 10.10317993164062 9.416620254516602 L 10.21982002258301 9.096309661865234 L 13 1.461311221122742 L 15.78017997741699 9.096309661865234 L 15.89682006835938 9.416620254516602 L 16.23760032653809 9.425080299377441 L 24.53853416442871 9.631071090698242 L 17.9601993560791 14.52404022216797 L 17.67737007141113 14.73441028594971 L 17.78047943115234 15.07147979736328 L 20.14616584777832 22.80540084838867 Z' stroke='none'/%3E%3Cpath d='M 13 2.922622680664062 L 10.45637035369873 9.90800952911377 L 2.922906875610352 10.0949592590332 L 8.903860092163086 14.54358959197998 L 6.74211311340332 21.61079788208008 L 13 17.43087959289551 L 19.25788497924805 21.61079788208008 L 17.09613990783691 14.54358959197998 L 23.07709312438965 10.09495258331299 L 15.54362964630127 9.90800952911377 L 13 2.922622680664062 M 13 0 L 16.25 8.925230026245117 L 26 9.167180061340332 L 18.25860977172852 14.92523002624512 L 21.03443908691406 24 L 13 18.6334400177002 L 4.965560913085938 24 L 7.741390228271484 14.92523002624512 L 0 9.167189598083496 L 9.75 8.925230026245117 L 13 0 Z' stroke='none' fill='%23002302'/%3E%3C/g%3E%3Cg id='Polygon_5' data-name='Polygon 5' transform='translate(1163.5 3965)' fill='%23fff112'%3E%3Cpath d='M 20.14616584777832 22.80540084838867 L 13.27772045135498 18.21766090393066 L 13 18.03215980529785 L 12.72227954864502 18.21766090393066 L 5.853835105895996 22.80540084838867 L 8.21951961517334 15.07147979736328 L 8.322629928588867 14.73441028594971 L 8.039799690246582 14.52404022216797 L 1.461465001106262 9.63107967376709 L 9.762399673461914 9.425080299377441 L 10.10317993164062 9.416620254516602 L 10.21982002258301 9.096309661865234 L 13 1.461311221122742 L 15.78017997741699 9.096309661865234 L 15.89682006835938 9.416620254516602 L 16.23760032653809 9.425080299377441 L 24.53853416442871 9.631071090698242 L 17.9601993560791 14.52404022216797 L 17.67737007141113 14.73441028594971 L 17.78047943115234 15.07147979736328 L 20.14616584777832 22.80540084838867 Z' stroke='none'/%3E%3Cpath d='M 13 2.922622680664062 L 10.45637035369873 9.90800952911377 L 2.922906875610352 10.0949592590332 L 8.903860092163086 14.54358959197998 L 6.74211311340332 21.61079788208008 L 13 17.43087959289551 L 19.25788497924805 21.61079788208008 L 17.09613990783691 14.54358959197998 L 23.07709312438965 10.09495258331299 L 15.54362964630127 9.90800952911377 L 13 2.922622680664062 M 13 0 L 16.25 8.925230026245117 L 26 9.167180061340332 L 18.25860977172852 14.92523002624512 L 21.03443908691406 24 L 13 18.6334400177002 L 4.965560913085938 24 L 7.741390228271484 14.92523002624512 L 0 9.167189598083496 L 9.75 8.925230026245117 L 13 0 Z' stroke='none' fill='%23002302'/%3E%3C/g%3E%3Cg id='Polygon_7' data-name='Polygon 7' transform='translate(1195.5 3965)' fill='%23fff112'%3E%3Cpath d='M 20.14616584777832 22.80540084838867 L 13.27772045135498 18.21766090393066 L 13 18.03215980529785 L 12.72227954864502 18.21766090393066 L 5.853835105895996 22.80540084838867 L 8.21951961517334 15.07147979736328 L 8.322629928588867 14.73441028594971 L 8.039799690246582 14.52404022216797 L 1.461465001106262 9.63107967376709 L 9.762399673461914 9.425080299377441 L 10.10317993164062 9.416620254516602 L 10.21982002258301 9.096309661865234 L 13 1.461311221122742 L 15.78017997741699 9.096309661865234 L 15.89682006835938 9.416620254516602 L 16.23760032653809 9.425080299377441 L 24.53853416442871 9.631071090698242 L 17.9601993560791 14.52404022216797 L 17.67737007141113 14.73441028594971 L 17.78047943115234 15.07147979736328 L 20.14616584777832 22.80540084838867 Z' stroke='none'/%3E%3Cpath d='M 13 2.922622680664062 L 10.45637035369873 9.90800952911377 L 2.922906875610352 10.0949592590332 L 8.903860092163086 14.54358959197998 L 6.74211311340332 21.61079788208008 L 13 17.43087959289551 L 19.25788497924805 21.61079788208008 L 17.09613990783691 14.54358959197998 L 23.07709312438965 10.09495258331299 L 15.54362964630127 9.90800952911377 L 13 2.922622680664062 M 13 0 L 16.25 8.925230026245117 L 26 9.167180061340332 L 18.25860977172852 14.92523002624512 L 21.03443908691406 24 L 13 18.6334400177002 L 4.965560913085938 24 L 7.741390228271484 14.92523002624512 L 0 9.167189598083496 L 9.75 8.925230026245117 L 13 0 Z' stroke='none' fill='%23002302'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-phone{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_2202' data-name='Group 2202' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.365 49.365'%3E%3Cg id='Ellipse_24' data-name='Ellipse 24' fill='%2356ab15' stroke='%23002302' stroke-width='1'%3E%3Ccircle cx='24.683' cy='24.683' r='24.683' stroke='none'/%3E%3Ccircle cx='24.683' cy='24.683' r='24.183' fill='none'/%3E%3C/g%3E%3Cg id='phone-call_6_' data-name='phone-call (6)' transform='translate(6.966 9.592)'%3E%3Cg id='Group_2196' data-name='Group 2196' transform='translate(0.452 0.481)'%3E%3Cpath id='Path_420' data-name='Path 420' d='M256.014,7.676a8.02,8.02,0,0,0-2.131,15.754l1.741,6.393a.4.4,0,0,0,.779,0l1.741-6.393a8.02,8.02,0,0,0-2.131-15.754Z' transform='translate(-232.928 -7.676)' fill='%23fff112'/%3E%3Cpath id='Path_421' data-name='Path 421' d='M31.646,126.662l-5.109-2.888a2.007,2.007,0,0,0-2.407.328l-.831.831a1.505,1.505,0,0,1-1.986.129A41.677,41.677,0,0,1,17.4,121.6a41.156,41.156,0,0,1-3.456-3.917,1.505,1.505,0,0,1,.13-1.985l.827-.827a2.007,2.007,0,0,0,.328-2.407l-2.888-5.109a1.506,1.506,0,0,0-2.375-.324l-1.793,1.793c-2.156,2.156,1.022,8.829,7.1,14.9s12.749,9.253,14.9,7.1l1.793-1.793A1.506,1.506,0,0,0,31.646,126.662Z' transform='translate(-7.499 -100.401)' fill='%2370e815'/%3E%3Cpath id='Path_422' data-name='Path 422' d='M309.254,162.885a13.028,13.028,0,0,1-3.708-.536.589.589,0,0,0-.645.912,5.508,5.508,0,0,0,8.706,0,.589.589,0,0,0-.645-.912A13.028,13.028,0,0,1,309.254,162.885Z' transform='translate(-286.168 -152.641)' fill='%23fff'/%3E%3Cpath id='Path_423' data-name='Path 423' d='M16.338,140.172c-6.076-6.076-9.253-12.749-7.1-14.9l-1.065,1.065c-2.156,2.156,1.022,8.829,7.1,14.9s12.749,9.253,14.9,7.1l1.065-1.065C29.087,149.425,22.414,146.247,16.338,140.172Z' transform='translate(-7.5 -117.905)' fill='%2369d11b'/%3E%3Cpath id='Path_424' data-name='Path 424' d='M257.018,82.453a8.03,8.03,0,0,1-8.03-8.03,7.935,7.935,0,0,1,.423-2.557l-.346-.119a7.937,7.937,0,0,0-1.08,4.008,8.027,8.027,0,0,0,5.9,7.735l1.741,6.393a.4.4,0,0,0,.779,0l1.741-6.393a8.05,8.05,0,0,0,4.743-3.6A8,8,0,0,1,257.018,82.453Z' transform='translate(-232.928 -67.735)' fill='%23d9ce17'/%3E%3C/g%3E%3Cg id='Group_2197' data-name='Group 2197' transform='translate(0 0)'%3E%3Cpath id='Tracé_425' data-name='Tracé 425' d='M21.481,124.946h0c-3.225,0-8.57-3.179-13.3-7.91-6.355-6.355-9.473-13.194-7.1-15.569l1.793-1.793A1.959,1.959,0,0,1,4.27,99.1a1.98,1.98,0,0,1,1.722,1l2.888,5.109a2.484,2.484,0,0,1-.4,2.97l-.827.827a1.038,1.038,0,0,0-.091,1.366,40.726,40.726,0,0,0,3.416,3.872,41.188,41.188,0,0,0,3.866,3.42,1.019,1.019,0,0,0,.63.215,1.036,1.036,0,0,0,.737-.306l.831-.831a2.477,2.477,0,0,1,2.97-.4l5.109,2.888a1.975,1.975,0,0,1,.425,3.116l-1.793,1.793A3.079,3.079,0,0,1,21.481,124.946ZM4.27,100.034a1.027,1.027,0,0,0-.73.3l-1.793,1.793c-1.725,1.725.716,7.859,7.1,14.241,4.566,4.566,9.645,7.635,12.637,7.635h0a2.186,2.186,0,0,0,1.6-.538l1.793-1.793a1.036,1.036,0,0,0-.223-1.635l-5.109-2.888a1.538,1.538,0,0,0-1.844.251l-.831.831a1.974,1.974,0,0,1-2.606.168,42.129,42.129,0,0,1-3.955-3.5,41.667,41.667,0,0,1-3.5-3.962,1.979,1.979,0,0,1,.17-2.6l.827-.827a1.543,1.543,0,0,0,.251-1.844l-2.888-5.109A1.026,1.026,0,0,0,4.27,100.034Z' transform='translate(-0.288 -92.891)'/%3E%3Cpath id='Ligne_5' data-name='Ligne 5' d='M1.13-1.949A.467.467,0,0,1,.9-2.009L-7.263-6.623a.47.47,0,0,1-.178-.64A.47.47,0,0,1-6.8-7.44L1.362-2.827a.47.47,0,0,1,.178.64A.469.469,0,0,1,1.13-1.949Z' transform='translate(23.418 31.909)'/%3E%3Cpath id='Ligne_6' data-name='Ligne 6' d='M-6.176-5.049a.469.469,0,0,1-.409-.239L-7.44-6.8a.47.47,0,0,1,.178-.64.47.47,0,0,1,.64.178l.855,1.513a.47.47,0,0,1-.178.64A.468.468,0,0,1-6.176-5.049Z' transform='translate(9.578 14.52)'/%3E%3Cpath id='Ligne_7' data-name='Ligne 7' d='M-4.281-1.7a.469.469,0,0,1-.409-.239L-7.44-6.8a.47.47,0,0,1,.178-.64.47.47,0,0,1,.64.178L-3.872-2.4a.47.47,0,0,1-.178.64A.467.467,0,0,1-4.281-1.7Z' transform='translate(11.441 17.816)'/%3E%3Cpath id='Tracé_426' data-name='Tracé 426' d='M307.592,97.852a.47.47,0,0,1-.42-.26.988.988,0,0,0-1.669,0,.47.47,0,1,1-.84-.42,1.922,1.922,0,0,1,3.349,0,.47.47,0,0,1-.42.68Z' transform='translate(-285.559 -90.171)'/%3E%3Cpath id='Tracé_427' data-name='Tracé 427' d='M395.769,97.852a.469.469,0,0,1-.42-.26.988.988,0,0,0-1.669,0,.47.47,0,0,1-.84-.42,1.922,1.922,0,0,1,3.349,0,.47.47,0,0,1-.419.68Z' transform='translate(-368.216 -90.171)'/%3E%3Cpath id='Tracé_428' data-name='Tracé 428' d='M298.356,154.823a1.075,1.075,0,0,1,.306.045,12.627,12.627,0,0,0,7.15,0,1.076,1.076,0,0,1,.306-.045h0a1.074,1.074,0,0,1,.955.6,1.029,1.029,0,0,1-.112,1.091,5.977,5.977,0,0,1-9.447,0,1.029,1.029,0,0,1-.112-1.091A1.074,1.074,0,0,1,298.356,154.823Zm3.881,1.5a13.512,13.512,0,0,1-3.842-.555l-.039-.006a.133.133,0,0,0-.112.078.085.085,0,0,0,.01.1,5.038,5.038,0,0,0,7.964,0,.085.085,0,0,0,.01-.1.133.133,0,0,0-.112-.078A13.764,13.764,0,0,1,302.237,156.324Z' transform='translate(-278.7 -145.13)'/%3E%3Cpath id='Tracé_429' data-name='Tracé 429' d='M248.982,23.393a.864.864,0,0,1-.843-.644l-1.672-6.139a8.462,8.462,0,0,1-4.644-12.664.47.47,0,0,1,.79.508,7.524,7.524,0,0,0,4.363,11.327.47.47,0,0,1,.329.329l1.678,6.16,1.678-6.16a.47.47,0,0,1,.329-.329A7.574,7.574,0,0,0,256.543,8.5,7.538,7.538,0,0,0,243.822,3a.47.47,0,1,1-.643-.684A8.488,8.488,0,1,1,251.5,16.61l-1.672,6.139A.864.864,0,0,1,248.982,23.393Z' transform='translate(-225.445 0.002)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-mail{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg id='Group_2199' data-name='Group 2199' transform='translate(-0.153)'%3E%3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(0.153)' fill='%2356ab15' stroke='%23002302' stroke-width='1'%3E%3Ccircle cx='22' cy='22' r='22' stroke='none'/%3E%3Ccircle cx='22' cy='22' r='21.5' fill='none'/%3E%3C/g%3E%3Cg id='laughing' transform='translate(7.573 5.177)'%3E%3Cpath id='Path_425' data-name='Path 425' d='M58.756,39.529c-.464-.161-.916-.314-1.365-.473A64.6,64.6,0,0,0,50.519,37c-1.493-.35-3-.651-4.518-.851-1.314-.174-2.628-.355-3.948-.481-1.18-.113-2.365-.172-3.55-.226a22.109,22.109,0,0,0-3.843.145c-.45.058-.9.1-1.352.146a47.541,47.541,0,0,1,.968-18.523c.632-.231,1.311-.481,1.992-.728.9-.328,1.81-.651,2.713-.982a.228.228,0,0,0,.115-.141,33.152,33.152,0,0,1,2.214-5.973c.188-.39.4-.769.594-1.155a.207.207,0,0,1,.227-.125c.89.037,1.783.036,2.67.1,1.1.084,2.2.2,3.291.346s2.178.344,3.261.55c1.543.293,3.076.641,4.583,1.084,1.029.3,2.044.647,3.066.973l.4.128c-.131.441-.262.878-.392,1.316q-.635,2.14-1.271,4.28a.237.237,0,0,0,.072.266q1.551,1.61,3.095,3.229c.227.238.434.495.656.738a.5.5,0,0,1,.111.48c-.264,1.095-.548,2.185-.793,3.284-.281,1.265-.558,2.533-.782,3.809-.264,1.5-.5,3.007-.691,4.518-.2,1.545-.329,3.1-.486,4.649-.05.5-.091.992-.137,1.488-.005.056-.019.112-.031.182ZM35.9,18.523l0,0-.06-.042-.411-.278-.71-.491a48.237,48.237,0,0,0-.878,17.34l1-.854a12.736,12.736,0,0,1,1.9-1.248l.274-.124.02.033-.3.238c-.166.115-.334.227-.5.346-.38.278-.758.56-1.137.84l-1.017.812.026.037.143-.013c.838-.073,1.675-.156,2.514-.214.414-.029.832-.013,1.248-.017l.145.007c1.242.07,2.486.116,3.726.215,1.713.136,3.416.361,5.114.629,1.713.271,3.405.637,5.084,1.067,1.923.493,3.81,1.1,5.683,1.762l.172.059.037-.04L55.563,35.1l-.033-.033h0c-.026-.046-.05-.093-.077-.137l-.715-1.136.009-.089.148.175c.964,1.14,1.807,2.369,2.658,3.593.236.34.458.689.7,1.06.185-2.83.532-5.613.969-8.384a75.064,75.064,0,0,1,1.817-8.216.731.731,0,0,0-.075,0c-1.382.268-2.761.552-4.147.8-1.5.269-3.015.51-4.524.751-1.075.172-2.153.324-3.229.486-.276.042-.551.089-.827.134-.388.043-.776.087-1.164.129q-.915.1-1.831.194c-.192.02-.384.036-.576.054-.213-.129-.431-.251-.639-.388q-.811-.535-1.615-1.081c-1.037-.7-2.076-1.4-3.108-2.11-.677-.465-1.344-.946-2.015-1.42-.093-.067-.184-.137-.279-.2q-.54-.369-1.082-.735v0l-.033-.03Zm1.5-1.834,0,0-1.342.463-.927.324.408.247c.268.18.536.361.806.537a.139.139,0,0,0,.115,0c.453-.215.9-.435,1.355-.653.252-.1.5-.19.755-.29a.147.147,0,0,0,.08-.086c.08-.35.154-.7.236-1.082l-.762.279-.607.213-.045.024h-.011Zm20.074,1.339c-.061.268-.126.534-.177.8a.234.234,0,0,0,.072.156c.307.347.631.68.925,1.038.434.529.847,1.076,1.283,1.632l.919-.2.459-.083.022-.046-3.418-3.738-.086.437Zm-18.563.758c-.054.323-.106.647-.165.97a.187.187,0,0,0,.1.213c.364.246.722.5,1.086.749.484.327.972.648,1.459.972.027.021.052.043.08.062,1.069.707,2.139,1.411,3.2,2.122a.477.477,0,0,0,.365.079c.263-.041.527-.071.791-.1.945-.122,1.891-.232,2.834-.367,1.259-.18,2.515-.376,3.772-.569.367-.056.732-.125,1.1-.188l2.22-.364a2.743,2.743,0,0,1,.286-.042c.106-.005.132-.063.147-.155.169-1.031.319-2.065.517-3.091a47.662,47.662,0,0,1,1.783-6.483c.108-.313.213-.626.321-.945-1.5-.506-2.987-.992-4.514-1.344-1.389-.321-2.782-.633-4.184-.89-1.236-.227-2.487-.372-3.731-.553l-.007.006.005.007-.1-.02L44.915,8.73c-.87-.04-1.74-.083-2.611-.116a.2.2,0,0,0-.144.1c-.3.619-.607,1.234-.877,1.864a32.924,32.924,0,0,0-1.977,6.167c-.143.676-.26,1.358-.388,2.037Zm20.38,2.93A30.381,30.381,0,0,0,57.206,19.2l-.5,3,2.588-.491Zm-21.056-2.18.346-1.985-2.06.817Z' transform='translate(-32.823 -8.103)' fill='%23002302'/%3E%3Cpath id='Path_426' data-name='Path 426' d='M108.8,204.8l.715,1.136c.028.044.052.091.077.137a.634.634,0,0,1-.12-.066q-.246-.213-.486-.434c-.3-.28-.608-.562-.912-.843a.38.38,0,0,0-.065-.04,23.433,23.433,0,0,0,1.361,2.361c.57.709,1.122,1.431,1.706,2.178-.062-.019-.084-.024-.106-.032-.741-.278-1.478-.568-2.224-.832-.723-.255-1.451-.5-2.184-.718-.941-.285-1.886-.559-2.836-.811-.842-.223-1.693-.413-2.542-.612-.412-.1-.828-.176-1.241-.268-.191-.043-.379-.1-.568-.147.1-.012.2-.02.3-.038a4.28,4.28,0,0,0,2.936-1.97,6.7,6.7,0,0,0,.979-2.556,3.987,3.987,0,0,0,.024-1.268,10.052,10.052,0,0,1-4.905.4,9.548,9.548,0,0,1-4.589-1.845c-.042.26-.1.491-.115.725a7.6,7.6,0,0,0,.442,3.21,4.572,4.572,0,0,0,1.674,2.281c.319.224.671.4,1.008.6-.322-.051-.645-.1-.967-.153-.616-.1-1.231-.212-1.848-.306q-.776-.119-1.557-.208c-.492-.057-.985-.1-1.478-.143l-.436-.042L90.8,204.1l.3-.238-.02-.033-.274.124c-.009-.016-.025-.032-.027-.049-.031-.335-.064-.67-.089-1.006-.033-.432-.065-.864-.086-1.3-.026-.544-.052-1.089-.057-1.634,0-.57.011-1.14.026-1.71.014-.55.037-1.1.059-1.649.006-.159.019-.317.033-.476.035-.383.074-.766.111-1.148.031-.316.057-.632.094-.948.052-.439.11-.877.168-1.315.055-.414.114-.828.168-1.242.034-.262.061-.525.092-.787h.027c.169.135.334.275.508.4.811.6,1.625,1.192,2.436,1.791q.64.473,1.271.958c.672.518,1.336,1.048,2.012,1.561a.654.654,0,0,0,.475.141c.234-.027.47-.041.705-.06.192-.018.384-.034.576-.054l1.831-.194c.388-.042.776-.086,1.164-.129.314-.009.628-.015.942-.029.332-.015.665-.037,1-.059.539-.036,1.077-.076,1.616-.114.3-.021.6-.038.895-.062.432-.035.864-.075,1.3-.113.245-.021.49-.041.734-.066.345-.034.689-.073,1.034-.108s.662-.06.993-.094c.431-.044.861-.093,1.292-.139.354-.038.708-.076,1.063-.11.18-.017.36-.026.537-.038a.219.219,0,0,1,.01.052c-.162.778-.329,1.556-.486,2.335-.169.835-.337,1.671-.492,2.509-.1.549-.182,1.1-.266,1.654-.064.423-.122.848-.178,1.273s-.119.878-.167,1.318-.086.873-.12,1.31c-.042.543-.089,1.086-.11,1.63-.019.5-.005,1-.006,1.5q0,.149,0,.3l-.045.03a.5.5,0,0,0-.035-.079c-.46-.7-.927-1.39-1.378-2.094a16.178,16.178,0,0,0-2-2.588c-.232-.238-.435-.5-.654-.755-.109-.125-.226-.242-.339-.363l-.01-.039-.012.007.022.032a.165.165,0,0,0,.009.042q.529,1,1.058,2.008a.721.721,0,0,1,.039.122c-.007.01-.022.026-.02.03C108.61,204.539,108.7,204.668,108.8,204.8Zm-17.1-1.309-.011,0s0,0,0,.007l.012-.013.007-.009Zm9.371-4.632a2.29,2.29,0,0,1,.077-.31,5.753,5.753,0,0,1,.882-1.558,1.726,1.726,0,0,1,2.691-.077,4.148,4.148,0,0,1,1.032,2.246.911.911,0,0,0,.011-.224,4.411,4.411,0,0,0-.624-2,2.049,2.049,0,0,0-1.881-1.054,2.307,2.307,0,0,0-1.979,1.344A2.809,2.809,0,0,0,101.072,198.855Zm-4.948-.355c.057-.3.128-.591.167-.89a2.213,2.213,0,0,0-.418-1.519,2.1,2.1,0,0,0-3.4-.255,4.681,4.681,0,0,0-.944,1.669,2.548,2.548,0,0,0-.07.331,4.149,4.149,0,0,1,1.621-2.067,1.642,1.642,0,0,1,.937-.267,1.691,1.691,0,0,1,1.493.928A5.12,5.12,0,0,1,96.124,198.5ZM93,199.068a.57.57,0,0,0,.6-.361.54.54,0,0,0-.193-.655,1.033,1.033,0,0,0-.669-.2.552.552,0,0,0-.493.308.513.513,0,0,0,.079.558A.994.994,0,0,0,93,199.068Zm11.691,1.251a2.628,2.628,0,0,0,.352-.067.539.539,0,0,0,.383-.539.52.52,0,0,0-.385-.535.946.946,0,0,0-.918.223.493.493,0,0,0,.049.761A.778.778,0,0,0,104.694,200.319ZM91.437,203.67l-.018-.046-.16.1.027.039Zm.142-.092-.014-.027-.1.049.015.029Zm16.369,1.048a.038.038,0,0,0,0-.012s-.007,0-.011,0a.038.038,0,0,0,0,.012S107.944,204.627,107.948,204.626Zm-16.319-1.1,0,.006h.008Z' transform='translate(-86.878 -179.107)' fill='%23fff112'/%3E%3Cpath id='Path_427' data-name='Path 427' d='M173.139,17.982l1.37.119.1.02-.005-.007.007-.006a3.512,3.512,0,0,0,.458.158c.655.133,1.314.25,1.97.38.7.139,1.409.272,2.107.432a29.961,29.961,0,0,1,3.262.964,27.578,27.578,0,0,1,3.351,1.41c.206.1.2.1.139.318-.07.231-.139.462-.2.7-.2.81-.394,1.619-.58,2.431q-.231,1.007-.438,2.019c-.117.58-.215,1.164-.32,1.746-.042.232-.083.464-.115.7q-.088.636-.164,1.274c-.038.325-.066.651-.1.977l-2.22.364c-.134.006-.268.013-.4.017q-.883.03-1.767.058c-.666.021-1.333.052-2,.056-1.333.009-2.665,0-4,0a1.279,1.279,0,0,1-.718-.213c-.376-.244-.768-.465-1.153-.7q-.931-.559-1.863-1.119a.225.225,0,0,1-.129-.236c.015-.144.016-.289.036-.432.063-.462.128-.924.2-1.384.078-.508.138-1.021.25-1.523q.329-1.48.71-2.947c.149-.578.321-1.152.516-1.716.234-.68.491-1.353.763-2.018.162-.4.366-.776.559-1.159C172.884,18.434,173.015,18.209,173.139,17.982ZM176.287,28.2a4.719,4.719,0,0,0,1.788-.336,3.276,3.276,0,0,0,1.977-1.907,4.446,4.446,0,0,0-.556-4.343,3.785,3.785,0,0,0-3.312-1.667,3.827,3.827,0,0,0-2.913,1.422,4.91,4.91,0,0,0-1.129,3.576,3.016,3.016,0,0,0,1.014,2.117,4.582,4.582,0,0,0,3.13,1.138Z' transform='translate(-161.047 -17.355)' fill='%23fff112'/%3E%3Cpath id='Path_428' data-name='Path 428' d='M134.864,16.262c-.125.228-.256.453-.372.684-.193.383-.4.762-.559,1.159-.272.666-.528,1.339-.763,2.018-.195.564-.367,1.138-.516,1.716q-.378,1.468-.71,2.947c-.111.5-.172,1.014-.25,1.523-.071.461-.136.923-.2,1.384-.019.143-.02.288-.036.432a.225.225,0,0,0,.129.236q.933.557,1.863,1.119c.385.231.777.452,1.153.7a1.279,1.279,0,0,0,.718.213c1.333,0,2.665.006,4,0,.667,0,1.333-.036,2-.056q.883-.027,1.767-.058c.134,0,.268-.011.4-.017-.366.063-.731.132-1.1.188-1.257.193-2.513.389-3.772.569-.943.135-1.889.245-2.834.367-.264.034-.528.064-.791.1a.477.477,0,0,1-.365-.079c-1.066-.711-2.136-1.416-3.2-2.122-.028-.019-.053-.041-.08-.062.029-.262.059-.525.087-.787a.237.237,0,0,0-.109-.243c-.462-.339-.915-.689-1.37-1.037q-.545-.416-1.087-.836c.129-.679.245-1.361.388-2.037a32.925,32.925,0,0,1,1.977-6.167c.27-.631.58-1.245.877-1.864a.2.2,0,0,1,.144-.1C133.123,16.18,133.993,16.222,134.864,16.262Z' transform='translate(-122.772 -15.636)' fill='%23d9ce17'/%3E%3Cpath id='Path_429' data-name='Path 429' d='M57.389,168.786c-.03.262-.058.525-.092.787-.054.414-.113.828-.168,1.242-.058.438-.117.876-.168,1.315-.037.315-.063.632-.094.948-.037.383-.075.765-.111,1.148-.015.158-.027.317-.033.476-.022.55-.045,1.1-.059,1.649-.015.57-.031,1.14-.026,1.71,0,.545.031,1.09.057,1.634.021.433.054.865.086,1.3.025.336.058.671.089,1.006,0,.017.017.033.027.049A12.737,12.737,0,0,0,55,183.3c-.1-.033-.2-.073-.3-.1a.193.193,0,0,1-.155-.2c-.04-.4-.088-.8-.115-1.206-.039-.592-.079-1.184-.086-1.776-.008-.8.013-1.606.026-2.408,0-.193.016-.385.031-.578.036-.465.076-.93.113-1.4.022-.273.036-.548.063-.821.043-.44.1-.879.141-1.319.042-.411.073-.824.121-1.234.06-.525.131-1.048.2-1.572s.133-1.058.21-1.586.169-1.072.259-1.608a.967.967,0,0,1,.081-.2l.411.278.06.042,0,0,.033.03v0a.885.885,0,0,0,.13.18C56.605,168.148,57,168.466,57.389,168.786Z' transform='translate(-52.976 -157.2)' fill='%23d9ce17'/%3E%3Cpath id='Path_430' data-name='Path 430' d='M282.078,237.5a.719.719,0,0,0-.039-.122q-.528-1-1.058-2.008a.165.165,0,0,1-.009-.042h0c.113.121.23.239.339.363.219.25.422.517.654.755a16.177,16.177,0,0,1,2,2.588c.451.7.919,1.4,1.378,2.094a.5.5,0,0,1,.034.079l.045-.03q0-.149,0-.3c0-.5-.013-1,.006-1.5.02-.544.067-1.087.11-1.63.034-.437.073-.874.12-1.31s.108-.879.167-1.318.114-.849.178-1.273c.084-.552.164-1.1.266-1.654.155-.838.323-1.674.492-2.509.158-.779.324-1.556.486-2.335a.22.22,0,0,0-.01-.052c-.176.012-.357.02-.537.038-.355.034-.709.073-1.063.11-.431.046-.861.094-1.292.139-.331.034-.662.061-.993.094s-.689.073-1.034.108c-.245.024-.49.044-.734.066-.432.038-.864.078-1.3.113-.3.024-.6.041-.895.062-.539.038-1.077.078-1.616.114-.332.023-.664.044-1,.059-.314.014-.628.02-.942.029.276-.045.551-.092.827-.133,1.076-.162,2.155-.314,3.229-.486,1.51-.241,3.02-.483,4.524-.751,1.386-.248,2.765-.532,4.147-.8a.735.735,0,0,1,.075,0,75.053,75.053,0,0,0-1.817,8.216c-.437,2.771-.784,5.553-.969,8.384-.246-.371-.467-.721-.7-1.06-.85-1.224-1.693-2.454-2.658-3.593l-.148-.175-.267-.328Z' transform='translate(-260.418 -212.225)' fill='%23fff55d'/%3E%3Cpath id='Path_431' data-name='Path 431' d='M70.479,402.032l.041.389.436.042c.493.047.986.087,1.478.143q.78.09,1.557.208c.617.094,1.232.2,1.848.306.322.053.644.1.966.153.24.087.477.183.72.26a4.813,4.813,0,0,0,1.527.2c.189.049.377.1.568.147.413.092.829.172,1.241.268.849.2,1.7.388,2.542.612.95.252,1.895.527,2.836.811.733.222,1.462.463,2.184.718.746.263,1.483.553,2.224.832.021.008.044.013.106.032-.584-.747-1.136-1.469-1.706-2.178a23.434,23.434,0,0,1-1.361-2.361.38.38,0,0,1,.065.04c.3.281.607.563.912.843q.24.22.486.434a.635.635,0,0,0,.12.066h0l.033.033,2.421,3.488-.037.04-.172-.059c-1.873-.657-3.76-1.268-5.683-1.762-1.679-.431-3.371-.8-5.084-1.067-1.7-.268-3.4-.493-5.114-.629-1.24-.1-2.484-.145-3.726-.215l-.145-.007c-.025-.017-.048-.044-.075-.049-.58-.109-1.162-.211-1.741-.323-.368-.071-.733-.155-1.1-.233.379-.28.757-.562,1.137-.84C70.145,402.259,70.313,402.147,70.479,402.032Z' transform='translate(-66.56 -377.038)' fill='%23d9ce17'/%3E%3Cpath id='Path_432' data-name='Path 432' d='M44.44,160.056a.967.967,0,0,0-.081.2c-.09.535-.18,1.071-.259,1.608s-.142,1.057-.21,1.586-.139,1.048-.2,1.572c-.047.411-.079.823-.121,1.234-.045.44-.1.879-.141,1.319-.027.273-.041.547-.063.821-.037.465-.077.93-.113,1.4-.015.192-.028.385-.031.577-.012.8-.034,1.606-.026,2.408.006.592.047,1.185.086,1.776.026.4.074.8.115,1.206a.193.193,0,0,0,.155.2c.1.023.2.063.3.1l-1,.854a48.237,48.237,0,0,1,.878-17.34Z' transform='translate(-41.83 -149.955)' fill='%23d9ce17'/%3E%3Cpath id='Path_433' data-name='Path 433' d='M255.973,33.472c.033-.326.061-.652.1-.977q.075-.638.164-1.274c.032-.233.074-.466.115-.7.1-.583.2-1.166.32-1.746q.2-1.012.438-2.019c.187-.812.383-1.622.58-2.431.057-.234.126-.466.2-.7.065-.214.067-.214-.139-.318A27.577,27.577,0,0,0,254.4,21.9a29.958,29.958,0,0,0-3.262-.964c-.7-.16-1.4-.293-2.107-.432-.656-.13-1.314-.247-1.97-.38a3.513,3.513,0,0,1-.458-.158c1.244.181,2.5.326,3.731.553,1.4.257,2.794.57,4.184.89,1.527.352,3.016.838,4.514,1.344-.108.319-.214.632-.321.945a47.661,47.661,0,0,0-1.783,6.483c-.2,1.025-.348,2.06-.517,3.091-.015.092-.041.15-.147.155A2.74,2.74,0,0,0,255.973,33.472Z' transform='translate(-233.035 -19.216)' fill='%23fff55d'/%3E%3Cpath id='Path_434' data-name='Path 434' d='M411.866,185.532l-2.588.491.5-3A30.381,30.381,0,0,1,411.866,185.532Z' transform='translate(-385.392 -171.919)' fill='%23bfb620'/%3E%3Cpath id='Path_435' data-name='Path 435' d='M421.829,167.947l-.919.2c-.436-.556-.849-1.1-1.283-1.632-.294-.358-.618-.691-.925-1.038a.234.234,0,0,1-.072-.156c.051-.27.116-.536.177-.8a.544.544,0,0,1,.1.075c.244.286.477.581.729.86.567.626,1.147,1.24,1.712,1.868C421.524,167.514,421.669,167.737,421.829,167.947Z' transform='translate(-394.149 -154.592)' fill='%23d9ce17'/%3E%3Cpath id='Path_436' data-name='Path 436' d='M110.207,192.472c-.235.019-.471.032-.705.06a.654.654,0,0,1-.475-.141c-.676-.513-1.34-1.042-2.012-1.561q-.63-.486-1.271-.958c-.811-.6-1.625-1.193-2.436-1.791-.174-.128-.339-.269-.508-.4l.032-.2c.671.474,1.338.955,2.015,1.42,1.032.709,2.071,1.408,3.108,2.11q.8.544,1.615,1.081C109.776,192.221,109.994,192.343,110.207,192.472Z' transform='translate(-98.359 -176.092)' fill='%23fff55d'/%3E%3Cpath id='Path_437' data-name='Path 437' d='M126.365,176.46q.543.418,1.087.836c.455.348.908.7,1.37,1.037a.237.237,0,0,1,.109.243c-.028.263-.058.525-.087.787-.486-.324-.975-.645-1.459-.972-.364-.246-.722-.5-1.086-.749a.187.187,0,0,1-.1-.213C126.259,177.107,126.311,176.783,126.365,176.46Z' transform='translate(-120.271 -165.778)' fill='%23d9ce17'/%3E%3Cpath id='Path_438' data-name='Path 438' d='M77.75,139.493l.607-.213a.459.459,0,0,1,0,.13c-.059.188-.13.373-.186.562-.048.16-.081.325-.121.488-.451.218-.9.438-1.355.653a.139.139,0,0,1-.115,0c-.271-.176-.538-.357-.806-.537a.979.979,0,0,1,.136-.1c.466-.231.935-.455,1.4-.691a2.387,2.387,0,0,0,.327-.243l0,0,.066-.025h.011Z' transform='translate(-73.045 -130.956)' fill='%23d9ce17'/%3E%3Cpath id='Path_439' data-name='Path 439' d='M92.913,158.992,91.2,157.824l2.06-.817Z' transform='translate(-87.496 -147.56)' fill='%23bfb620'/%3E%3Cpath id='Path_440' data-name='Path 440' d='M424.46,161.494c-.159-.21-.3-.433-.48-.629-.565-.627-1.145-1.241-1.712-1.867-.252-.278-.485-.574-.729-.86a.546.546,0,0,0-.1-.075l.086-.437,3.418,3.738-.022.046Z' transform='translate(-396.78 -148.14)' fill='%23fff55d'/%3E%3Cpath id='Path_441' data-name='Path 441' d='M53.835,420.725c.366.078.731.162,1.1.233.58.112,1.161.214,1.741.323.027.005.05.032.075.049-.416,0-.834-.012-1.248.017-.839.058-1.676.141-2.514.214l-.143.013-.026-.037Z' transform='translate(-51.55 -394.545)' fill='%23d9ce17'/%3E%3Cpath id='Path_442' data-name='Path 442' d='M111.658,136.347c.04-.163.073-.327.121-.488.056-.189.127-.374.186-.562a.459.459,0,0,0,0-.13l.762-.279c-.082.38-.156.732-.236,1.082a.146.146,0,0,1-.08.086C112.163,136.156,111.91,136.251,111.658,136.347Z' transform='translate(-106.656 -126.844)' fill='%23d9ce17'/%3E%3Cpath id='Path_443' data-name='Path 443' d='M71.61,143.335a2.387,2.387,0,0,1-.327.243c-.463.237-.932.46-1.4.691a.979.979,0,0,0-.136.1l-.408-.247.927-.324Z' transform='translate(-67.024 -134.755)' fill='%23fff55d'/%3E%3Cpath id='Path_444' data-name='Path 444' d='M83.224,173.648l-.032.2h-.027c-.391-.32-.784-.638-1.172-.962a.885.885,0,0,1-.13-.18q.541.367,1.082.735C83.04,173.512,83.131,173.581,83.224,173.648Z' transform='translate(-78.752 -162.268)' fill='%23f6dd4f'/%3E%3Cpath id='Path_445' data-name='Path 445' d='M373.913,406.408l.267.328-.009.089c-.093-.129-.187-.257-.278-.387C373.89,406.434,373.906,406.418,373.913,406.408Z' transform='translate(-352.252 -381.136)' fill='%23654e23'/%3E%3Cpath id='Path_446' data-name='Path 446' d='M245.1,19.884l-.1-.02Z' transform='translate(-231.537 -19.117)' fill='%23fdf3de'/%3E%3Cpath id='Path_447' data-name='Path 447' d='M80.489,171.726l-.06-.042Z' transform='translate(-77.409 -161.305)' fill='%23f6dd4f'/%3E%3Cpath id='Path_448' data-name='Path 448' d='M105.122,143.015l-.066.025Z' transform='translate(-100.473 -134.455)' fill='%23fcf1d9'/%3E%3Cpath id='Path_449' data-name='Path 449' d='M106.311,142.643l-.045.024Z' transform='translate(-101.606 -134.107)' fill='%23fcf1d9'/%3E%3Cpath id='Path_450' data-name='Path 450' d='M81.371,172.346l-.033-.03Z' transform='translate(-78.26 -161.897)' fill='%23f6dd4f'/%3E%3Cpath id='Path_451' data-name='Path 451' d='M390.732,433.084l-.033-.033Z' transform='translate(-367.992 -406.088)' fill='%23ffd351'/%3E%3Cpath id='Path_452' data-name='Path 452' d='M150.093,321.473a4.813,4.813,0,0,1-1.527-.2c-.243-.077-.48-.173-.72-.26-.337-.2-.689-.375-1.008-.6a4.572,4.572,0,0,1-1.674-2.281,7.6,7.6,0,0,1-.442-3.21c.019-.233.073-.464.115-.725a9.548,9.548,0,0,0,4.589,1.845,10.051,10.051,0,0,0,4.905-.4,3.987,3.987,0,0,1-.024,1.268,6.7,6.7,0,0,1-.979,2.556,4.28,4.28,0,0,1-2.936,1.97C150.294,321.453,150.193,321.46,150.093,321.473Zm2.836-1.907a5.2,5.2,0,0,0,.72-1.3,6.55,6.55,0,0,0,.478-2.274,10.113,10.113,0,0,1-4.743.323,9.4,9.4,0,0,1-4.422-1.76c-.015.22-.034.4-.039.584a7.351,7.351,0,0,0,.218,1.942c.1.387.234.764.354,1.145.017.045.033.091.053.135a4.593,4.593,0,0,0,2.642,2.484,3.906,3.906,0,0,0,2.774.17A3.945,3.945,0,0,0,152.93,319.566Z' transform='translate(-137.599 -294.774)' fill='%233c2408'/%3E%3Cpath id='Path_453' data-name='Path 453' d='M256.124,275.323a2.808,2.808,0,0,1,.209-1.636,2.307,2.307,0,0,1,1.979-1.344,2.049,2.049,0,0,1,1.881,1.054,4.41,4.41,0,0,1,.624,2,.913.913,0,0,1-.011.224,4.148,4.148,0,0,0-1.032-2.246,1.726,1.726,0,0,0-2.691.077,5.752,5.752,0,0,0-.882,1.558A2.28,2.28,0,0,0,256.124,275.323Z' transform='translate(-241.93 -255.575)' fill='%23002302'/%3E%3Cpath id='Path_454' data-name='Path 454' d='M109.618,263.312a5.12,5.12,0,0,0-.62-2.072,1.691,1.691,0,0,0-1.493-.928,1.642,1.642,0,0,0-.937.267,4.149,4.149,0,0,0-1.621,2.067,2.55,2.55,0,0,1,.07-.331,4.68,4.68,0,0,1,.944-1.669,2.1,2.1,0,0,1,3.4.255,2.213,2.213,0,0,1,.418,1.519C109.746,262.721,109.674,263.016,109.618,263.312Z' transform='translate(-100.372 -243.919)' fill='%23002302'/%3E%3Cpath id='Path_455' data-name='Path 455' d='M117.4,304.742a.994.994,0,0,1-.679-.348.513.513,0,0,1-.079-.558.552.552,0,0,1,.493-.308,1.033,1.033,0,0,1,.669.2.54.54,0,0,1,.193.655A.57.57,0,0,1,117.4,304.742Z' transform='translate(-111.271 -284.781)' fill='%2370e815'/%3E%3Cpath id='Path_456' data-name='Path 456' d='M302.919,325.079a.778.778,0,0,1-.518-.157.493.493,0,0,1-.049-.761.946.946,0,0,1,.918-.223.52.52,0,0,1,.385.535.538.538,0,0,1-.383.539A2.622,2.622,0,0,1,302.919,325.079Z' transform='translate(-285.103 -303.868)' fill='%2370e815'/%3E%3Cpath id='Path_457' data-name='Path 457' d='M102.052,394.55l-.152.1-.027-.039.16-.1Z' transform='translate(-97.493 -369.988)' fill='%239c8041'/%3E%3Cpath id='Path_458' data-name='Path 458' d='M105.263,393.374l-.1.051-.015-.029.1-.049Z' transform='translate(-100.562 -368.903)' fill='%239c8041'/%3E%3Cpath id='Path_459' data-name='Path 459' d='M356.435,371.6l-.022-.032.012-.007.01.039Z' transform='translate(-335.882 -348.496)' fill='%23fdec99'/%3E%3Cpath id='Path_460' data-name='Path 460' d='M364.677,410.1s-.01,0-.011,0a.039.039,0,0,1,0-.012s.01,0,.011,0A.037.037,0,0,1,364.677,410.1Z' transform='translate(-343.607 -384.583)' fill='%23fcbe1a'/%3E%3Cpath id='Path_461' data-name='Path 461' d='M107.627,392.947l0,.007h-.008Z' transform='translate(-102.877 -368.529)' fill='%239c8041'/%3E%3Cpath id='Path_462' data-name='Path 462' d='M108.637,392.328l-.012.013s0-.006,0-.007l.011,0Z' transform='translate(-103.815 -367.949)' fill='%239c8041'/%3E%3Cpath id='Path_463' data-name='Path 463' d='M108.82,392.2l.006-.01-.007.009Z' transform='translate(-103.997 -367.819)' fill='%239c8041'/%3E%3Cpath id='Path_464' data-name='Path 464' d='M211.729,57.127a4.582,4.582,0,0,1-3.13-1.138,3.016,3.016,0,0,1-1.014-2.117,4.91,4.91,0,0,1,1.129-3.576,3.827,3.827,0,0,1,2.913-1.422,3.785,3.785,0,0,1,3.312,1.667,4.446,4.446,0,0,1,.556,4.343,3.276,3.276,0,0,1-1.977,1.907A4.719,4.719,0,0,1,211.729,57.127Zm.689-7.923a.633.633,0,0,0-.1-.032,2.892,2.892,0,0,0-1.761.174c-.157.074-.314.15-.468.23a3.714,3.714,0,0,0-1.353,1.181,4.86,4.86,0,0,0-.842,2.8,2.83,2.83,0,0,0,1.228,2.406c.043.031.083.067.129.094a4.581,4.581,0,0,0,4,.415,3.017,3.017,0,0,0,1.753-1.456,4.2,4.2,0,0,0-.576-4.624A3.906,3.906,0,0,0,212.419,49.2Z' transform='translate(-196.489 -46.286)' fill='%23ffe7a9'/%3E%3Cpath id='Path_465' data-name='Path 465' d='M148.822,323.487c-.119-.381-.258-.758-.354-1.145a7.351,7.351,0,0,1-.218-1.942c0-.182.024-.363.039-.584a9.4,9.4,0,0,0,4.422,1.76,10.113,10.113,0,0,0,4.743-.323,6.551,6.551,0,0,1-.479,2.274,5.194,5.194,0,0,1-.72,1.3,14.954,14.954,0,0,0-1.442-.632c-.723-.235-1.463-.421-2.205-.588a13.775,13.775,0,0,0-1.638-.258,6.315,6.315,0,0,0-1.056.019C149.548,323.4,149.185,323.447,148.822,323.487Z' transform='translate(-140.924 -300.039)' fill='%23e54d63'/%3E%3Cpath id='Path_466' data-name='Path 466' d='M157.292,375.438c.364-.04.726-.091,1.091-.116a6.312,6.312,0,0,1,1.056-.019,13.776,13.776,0,0,1,1.638.258c.742.168,1.482.354,2.205.588a14.95,14.95,0,0,1,1.442.632,3.945,3.945,0,0,1-1.964,1.446,3.906,3.906,0,0,1-2.774-.17,4.593,4.593,0,0,1-2.642-2.484C157.325,375.529,157.309,375.483,157.292,375.438Z' transform='translate(-149.395 -351.989)' fill='%23f18b96'/%3E%3Cpath id='Path_467' data-name='Path 467' d='M228.02,54.091a3.906,3.906,0,0,1,2.015,1.191,4.2,4.2,0,0,1,.576,4.624,3.017,3.017,0,0,1-1.753,1.456,4.581,4.581,0,0,1-4-.415c-.045-.027-.086-.062-.129-.094-.048-.125-.09-.253-.144-.375a3.956,3.956,0,0,1-.245-2.527,4.662,4.662,0,0,1,.983-2.113,4.252,4.252,0,0,1,1.39-1.063c.382-.183.767-.361,1.148-.547A.828.828,0,0,0,228.02,54.091Zm-.086,2.417c.133-.133.26-.273.4-.4a.687.687,0,0,1,.879-.073,1.352,1.352,0,0,1,.461.672c.009.028.024.054.051.113a.52.52,0,0,0,.012-.108,1.2,1.2,0,0,0-.5-.83.741.741,0,0,0-.811-.043.772.772,0,0,0-.489.665l-.005,0Zm1.546,1.444c-.194,0-.34.011-.484,0a7.919,7.919,0,0,1-3.684-1.16c-.083-.054-.124-.036-.176.058a3.2,3.2,0,0,0-.36,1.911,1.818,1.818,0,0,0,.829,1.446,2.743,2.743,0,0,0,2.145.368,1.943,1.943,0,0,0,1.3-.877,2.925,2.925,0,0,0,.4-1.129c.026-.193.023-.39.035-.615Zm-4.048-1.964.05.022c.033-.039.066-.078.1-.118a1.229,1.229,0,0,1,.724-.473.43.43,0,0,1,.511.23c.085.166.148.343.222.517.01-.051.022-.107.031-.164a.653.653,0,0,0-.788-.74,1.261,1.261,0,0,0-.809.591.494.494,0,0,0-.037.136Z' transform='translate(-212.091 -51.173)' fill='%23ffe7a9'/%3E%3Cpath id='Path_468' data-name='Path 468' d='M217.162,52.747a.827.827,0,0,1-.161.138c-.381.186-.766.364-1.148.547a4.252,4.252,0,0,0-1.39,1.063,4.662,4.662,0,0,0-.983,2.113,3.956,3.956,0,0,0,.245,2.527c.054.122.1.25.144.375a2.83,2.83,0,0,1-1.228-2.406,4.86,4.86,0,0,1,.842-2.8,3.714,3.714,0,0,1,1.353-1.181c.154-.081.311-.156.468-.23a2.891,2.891,0,0,1,1.761-.174A.632.632,0,0,1,217.162,52.747Z' transform='translate(-201.232 -49.829)' fill='%23ffe7a9'/%3E%3Cg id='Group_2198' data-name='Group 2198' transform='translate(12.665 4.072)'%3E%3Cpath id='Path_469' data-name='Path 469' d='M237.162,97.367c-.012.225-.008.422-.035.615a2.925,2.925,0,0,1-.4,1.129,1.943,1.943,0,0,1-1.3.877,2.743,2.743,0,0,1-2.145-.368,1.818,1.818,0,0,1-.829-1.446,3.2,3.2,0,0,1,.36-1.911c.052-.093.092-.111.176-.058a7.919,7.919,0,0,0,3.684,1.16C236.821,97.378,236.967,97.367,237.162,97.367Zm-.637,1.753a2.07,2.07,0,0,0,.376-.823c.067-.244.1-.5.157-.753a8.1,8.1,0,0,1-4.139-1.218,2.644,2.644,0,0,0-.311,1.039,8.33,8.33,0,0,0,.012.852,1.652,1.652,0,0,0,.455,1.025,2.564,2.564,0,0,0,2.946.344A1.256,1.256,0,0,0,236.525,99.12Z' transform='translate(-232.438 -94.659)' fill='%23412a0d'/%3E%3Cpath id='Path_470' data-name='Path 470' d='M282.526,80.863a.772.772,0,0,1,.489-.665.741.741,0,0,1,.811.043,1.2,1.2,0,0,1,.5.83.521.521,0,0,1-.012.108c-.027-.059-.042-.085-.051-.113a1.351,1.351,0,0,0-.461-.672.687.687,0,0,0-.879.073c-.141.124-.268.264-.4.4Z' transform='translate(-279.346 -79.6)' fill='%23412a0d'/%3E%3Cpath id='Path_471' data-name='Path 471' d='M243.081,73.019a.493.493,0,0,1,.037-.136,1.261,1.261,0,0,1,.809-.591.653.653,0,0,1,.788.74c-.008.057-.021.112-.031.164-.073-.173-.136-.351-.222-.517a.43.43,0,0,0-.511-.23,1.229,1.229,0,0,0-.724.473c-.032.04-.065.079-.1.118Z' transform='translate(-242.406 -72.275)' fill='%23412a0d'/%3E%3Cpath id='Path_472' data-name='Path 472' d='M282.469,92.17l0,0,.005,0Z' transform='translate(-279.291 -90.906)' fill='%23412a0d'/%3E%3C/g%3E%3Cpath id='Path_473' data-name='Path 473' d='M235,100.435a8.335,8.335,0,0,1-.012-.852,2.644,2.644,0,0,1,.311-1.039,8.1,8.1,0,0,0,4.139,1.218c-.052.258-.09.51-.157.753a2.07,2.07,0,0,1-.376.823c-.017-.01-.034-.018-.05-.029a5.144,5.144,0,0,0-2.958-.9c-.3,0-.6.018-.9.028Z' transform='translate(-222.155 -92.805)' fill='%23e54d63'/%3E%3Cpath id='Path_474' data-name='Path 474' d='M235.306,127.94c.3-.01.6-.027.9-.028a5.144,5.144,0,0,1,2.958.9c.016.011.033.019.05.029a1.255,1.255,0,0,1-.5.465,2.564,2.564,0,0,1-2.946-.344A1.652,1.652,0,0,1,235.306,127.94Z' transform='translate(-222.459 -120.31)' fill='%23f18b96'/%3E%3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='4.762' cy='4.762' r='4.762' transform='translate(10.707 2.176)' fill='%23fff112'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-phone-2{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.812 17.413'%3E%3Cg id='phone' transform='translate(0 -31)'%3E%3Cpath id='Path_228' data-name='Path 228' d='M189.706,31h-4.643a4.063,4.063,0,0,0-.58,8.085v1.783a.58.58,0,0,0,.991.41l2.152-2.152h2.081a4.063,4.063,0,1,0,0-8.126Zm-4.643,4.643a.58.58,0,1,1,.58-.58A.58.58,0,0,1,185.063,35.643Zm2.322,0a.58.58,0,1,1,.58-.58A.58.58,0,0,1,187.385,35.643Zm2.322,0a.58.58,0,1,1,.58-.58A.58.58,0,0,1,189.706,35.643Z' transform='translate(-173.996)'/%3E%3Cpath id='Path_229' data-name='Path 229' d='M13.04,114.743A1.743,1.743,0,0,0,14.781,113V110.68a.58.58,0,0,0-.4-.55l-3.474-1.161a.581.581,0,0,0-.506.067l-1.477.985a10.216,10.216,0,0,1-4.167-4.167l.985-1.477a.581.581,0,0,0,.067-.506L4.652,100.4a.58.58,0,0,0-.55-.4H1.741A1.736,1.736,0,0,0,0,101.733C0,108.42,6.353,114.743,13.04,114.743Z' transform='translate(0 -66.33)'/%3E%3C/g%3E%3C/svg%3E%0A");}
.icon-location{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.536 22.849'%3E%3Cg id='map_pin_destination_location_adress_street' transform='translate(-70.737)'%3E%3Cpath id='Path_227' data-name='Path 227' d='M79,0a8.268,8.268,0,0,0-8.268,8.268C70.737,14.849,79,22.849,79,22.849s8.268-8,8.268-14.581A8.268,8.268,0,0,0,79,0Zm0,14.3a6.033,6.033,0,1,1,6.033-6.033A6.033,6.033,0,0,1,79,14.3Z'/%3E%3C/g%3E%3C/svg%3E%0A");

}
.icon-fb{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.217 35.216'%3E%3Cg id='Group_15' data-name='Group 15' transform='translate(1 1)'%3E%3Cg id='Group_13' data-name='Group 13'%3E%3Cpath id='Path_86' data-name='Path 86' d='M16.608,33.216h0A16.608,16.608,0,0,1,0,16.608H0a16.608,16.608,0,0,1,33.217,0h0A16.608,16.608,0,0,1,16.608,33.216' transform='translate(0 0)' fill='none' stroke='%23002302' stroke-width='2'/%3E%3Cpath id='Path_87' data-name='Path 87' d='M15.824,27.6h4.042V17.48h2.821l.3-3.39H19.867V12.16c0-.8.161-1.115.934-1.115h2.188V7.527h-2.8c-3.008,0-4.364,1.325-4.364,3.861v2.7h-2.1v3.432h2.1Z' transform='translate(-1.747 -0.958)' fill='%23002302'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-inst{
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.217 35.216'%3E%3Cg id='Group_14' data-name='Group 14' transform='translate(1 1)'%3E%3Cpath id='Path_88' data-name='Path 88' d='M72.342,33.216h0A16.608,16.608,0,0,1,55.734,16.608h0a16.608,16.608,0,0,1,33.217,0h0A16.608,16.608,0,0,1,72.342,33.216' transform='translate(-55.734)' fill='none' stroke='%23002302' stroke-width='2'/%3E%3Cpath id='Path_89' data-name='Path 89' d='M73.437,10.237c2.431,0,2.719.01,3.679.053a5.03,5.03,0,0,1,1.691.313,3.014,3.014,0,0,1,1.728,1.729,5.04,5.04,0,0,1,.314,1.69c.044.96.053,1.248.053,3.68s-.01,2.719-.053,3.679a5.04,5.04,0,0,1-.314,1.69A3.014,3.014,0,0,1,78.807,24.8a5.03,5.03,0,0,1-1.691.313c-.96.044-1.248.053-3.679.053s-2.719-.01-3.679-.053a5.03,5.03,0,0,1-1.691-.313,3.014,3.014,0,0,1-1.728-1.729,5.04,5.04,0,0,1-.314-1.69c-.044-.96-.052-1.248-.052-3.679s.009-2.72.052-3.68a5.04,5.04,0,0,1,.314-1.69A3.014,3.014,0,0,1,68.066,10.6a5.03,5.03,0,0,1,1.691-.313c.96-.044,1.248-.053,3.679-.053m0-1.641c-2.473,0-2.783.01-3.754.055a6.69,6.69,0,0,0-2.211.423,4.65,4.65,0,0,0-2.663,2.663,6.64,6.64,0,0,0-.423,2.21c-.045.971-.055,1.282-.055,3.755s.01,2.783.055,3.754a6.651,6.651,0,0,0,.423,2.211,4.652,4.652,0,0,0,2.663,2.663,6.668,6.668,0,0,0,2.211.423c.971.045,1.281.055,3.754.055s2.783-.01,3.754-.055A6.668,6.668,0,0,0,79.4,26.33a4.657,4.657,0,0,0,2.663-2.663,6.7,6.7,0,0,0,.423-2.211c.044-.971.054-1.282.054-3.754s-.01-2.784-.054-3.755a6.684,6.684,0,0,0-.423-2.21A4.655,4.655,0,0,0,79.4,9.074a6.69,6.69,0,0,0-2.211-.423C76.22,8.606,75.91,8.6,73.437,8.6' transform='translate(-56.828 -1.094)' fill='%23002302'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M74.083,13.673a4.676,4.676,0,1,0,4.676,4.676,4.676,4.676,0,0,0-4.676-4.676m0,7.711a3.035,3.035,0,1,1,3.035-3.035,3.035,3.035,0,0,1-3.035,3.035' transform='translate(-57.475 -1.741)' fill='%23002302'/%3E%3Cpath id='Path_91' data-name='Path 91' d='M81.268,13.3a1.093,1.093,0,1,1-1.093-1.093A1.093,1.093,0,0,1,81.268,13.3' transform='translate(-58.706 -1.554)' fill='%23002302'/%3E%3C/g%3E%3C/svg%3E%0A");
}


/* 12. Overrides */
header a.nav-link {
    color:#002302!important;
    font-family: "Quicksand", sans-serif;
    font-weight:600;
    font-size:16px;
}
footer a.nav-link {
    color:#002302!important;
    font-size:14px;
}
.navbar-brand img{
    width:140px;
}
@media (max-width:991px){
	.navbar-brand img{
    width:90px;
}
}
.accordion-item:first-of-type .accordion-button,.accordion-item:first-of-type{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-button:not(.collapsed){
    background-color: #FFFCCE;
}
.accordion{
    --bs-accordion-bg:#FFFCCE!important;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
    left:unset;
    right:0;
    top:unset;
    bottom:-24px;
}
.breadcrumbs a,.breadcrumbs{
color:#002302;
}
.border {
    border: 1pt solid #002302!important;
}
.post-item .post-thumbnail {
    position:relative;
}

a.whatsapp-chat .whatsapp-icon{
	z-index:9999;
border-radius: 50%;
    width: 55px;
    position: fixed;
    bottom: 40px;
    right: 24px;
}

input:focus {
    transform: scale(1);
    transition: transform 0.1s;
}
/*Prestation*/
.benefit .box-item {
    height:100%;
    border-radius: 1rem;
    padding:1.5rem;
    border: 1px solid;
}
.benefit:nth-child(odd) .box-item{
    background: #002302;
    color:white;
}
.benefit .box-item h3{
    font-size:24px;
}