@media(min-width:768px){section.contact-typ .buttons-container{flex-flow:column}section.contact-typ .buttons-container a:first-child{margin-bottom:10px}section.contact-typ .buttons-container a{width:100%}}a.btn-talk{width:48%;cursor:pointer;display:inline-block;padding:18px 22px;background:var(--white_color);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;background:var(--blue_gray_color)}a.btn-talk h6{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;font-weight:bold}a.btn-talk svg{display:none}a.btn-talk svg path{stroke:var(--white_color);-webkit-transition:fill .2s ease;-moz-transition:fill .2s ease;-ms-transition:fill .2s ease;-o-transition:fill .2s ease;transition:fill .2s ease}a.btn-talk.active{color:var(--white_color);background:var(--anchor_smooth_color)}a.btn-talk.active h6{color:var(--white_color);flex-flow:row-reverse;justify-content:flex-end;font-weight:bold}@media(min-width:768px){a.btn-talk{background:var(--white_color)}a.btn-talk:hover{color:var(--white_color);background:var(--primary_color)}a.btn-talk:hover h6{color:var(--white_color)}a.btn-talk:hover svg{display:block;margin-right:10px}a.btn-talk:hover svg path{stroke:var(--anchor_smooth_color)}a.btn-talk.active h6{color:var(--white_color)}a.btn-talk.active svg{display:block;margin-left:10px}a.btn-talk.active svg path{stroke:var(--primary_color)}}